From f9a6771c109653d6dc5c3d6539f1237b0e5c3054 Mon Sep 17 00:00:00 2001 From: Richard Soderberg <rsoderberg@gmail.com> Date: Mon, 2 Apr 2012 03:04:53 -0700 Subject: [PATCH] adjust grammar - comma to a semicolon --- 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 29eb308ef..e86110301 100644 --- a/docs/PRIMARY_PROTOCOL.md +++ b/docs/PRIMARY_PROTOCOL.md @@ -89,7 +89,7 @@ An example declaration of supporty which delegates is thus: In attempting to determine whether primary BrowserID support exists for an email address `user@somehost.tld`, a browser will first pull -`https://somehost.tld/.well-known/browserid`, upon discovery of delegated +`https://somehost.tld/.well-known/browserid`; upon discovery of delegated authority, the browser would next check `https://otherhost.tld/.well-known/browserid`. -- GitLab