From ed1bb6c06e5adeeac94f9ccced04da3b007a4d95 Mon Sep 17 00:00:00 2001
From: Richard Soderberg <rsoderberg@gmail.com>
Date: Mon, 2 Apr 2012 03:19:28 -0700
Subject: [PATCH] grammar fix - append period to sentence

---
 docs/PRIMARY_PROTOCOL.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/PRIMARY_PROTOCOL.md b/docs/PRIMARY_PROTOCOL.md
index 992d5f70d..b429230a2 100644
--- a/docs/PRIMARY_PROTOCOL.md
+++ b/docs/PRIMARY_PROTOCOL.md
@@ -224,7 +224,7 @@ the following guidelines to facilitate this detection and prevent
 false positives:
 
   * Upon content load invoke `navigator.id.beginProvisioning()`
-    promptly to indicate successful load and initiation
+    promptly to indicate successful load and initiation.
   * Only after it has been verified that the user is authenticated as
     the target email should `.genKeyPair()` be invoked.
 
-- 
GitLab