Author: mreutegg
Date: Tue Jun 12 07:50:40 2018
New Revision: 1833381
URL: http://svn.apache.org/viewvc?rev=1833381&view=rev
Log:
OAK-301 - Document Oak
Fix typo
Modified:
jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/mongo-document-store.md
Modified:
jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/mongo-document-store.md
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/mongo-document-store.md?rev=1833381&r1=1833380&r2=1833381&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/mongo-document-store.md
(original)
+++
jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/mongo-document-store.md
Tue Jun 12 07:50:40 2018
@@ -83,7 +83,7 @@ requirement and will therefore scan (rea
of `secondaryPreferred`. This takes pressure off the primary.
When the `MongoDocumentStore` is configured with an explicit read preference
via
-the MongoDB URI, the read preference is considered a hit. The implementation
+the MongoDB URI, the read preference is considered a hint. The implementation
may still read from the primary when it cannot guarantee a consistent read from
a secondary. This may be the case when a secondary lags behind and a read
happens for a document that was recently modified.