]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/furnace/auth/providers/couchdb/couchdb-docs.factor
furnance.auth: fix documentation
[factor.git] / basis / furnace / auth / providers / couchdb / couchdb-docs.factor
index ec967f29d91ca7e4564bdb1d2e7a1ff081b25731..7481b7ac937e83be9af4ca372327ac9cebcada44 100644 (file)
@@ -25,12 +25,12 @@ HELP: couchdb-auth-provider
 
 ARTICLE: "furnace.auth.providers.couchdb" "CouchDB Authentication Provider"
     "The " { $vocab-link "furnace.auth.providers.couchdb" } " vocabulary implements an authentication provider "
-    "which looks up authentication requests in CouchDB. It is necessary to create a view "
+    "which looks up authentication requests in CouchDB. It is necessary to create a view "
     "associating usernames with user documents before using this vocabulary; see documentation "
     "for " { $link couchdb-auth-provider } "."
     $nl
     "Although this implementation guarantees that users with duplicate IDs/emails"
-    " cannot be created in a single CouchDB database, it provides so such guarentee if you are clustering "
+    " cannot be created in a single CouchDB database, it provides no such guarantee if you are clustering "
     "multiple DBs. In this case, you are responsible for ensuring the uniqueness of users across "
     "databases."
     $nl