Skip to content

Commit 666de16

Browse files
author
Sam Kleinman
committed
merge: typos
2 parents ea5cad0 + 38396a4 commit 666de16

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

source/faq/fundamentals.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ If you're running a 64-bit build of MongoDB, there's virtually no
220220
limit to storage size. For production deployments, 64-bit builds and
221221
operating systems are strongly recommended.
222222

223-
.. seealso:: "`Blog Post: 32-bit Limitations <http://blog.mongodb.org/post/137788967/32-bit-limitations>`_
223+
.. seealso:: "`Blog Post: 32-bit Limitations <http://blog.mongodb.org/post/137788967/32-bit-limitations>`_"
224224

225225
.. note::
226226

source/reference/connection-string.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ The components of this string are:
3131

3232
#. ``mongodb://``
3333

34-
A required prefix to identify that this is a string in the standard
35-
connection format.
34+
A required prefix to identify that this is a string in the standard
35+
connection format.
3636

3737
#. ``username:password@``
3838

39-
Optional. If specified, the client will attempt to log in to the
40-
specific database using these credentials after connecting to the
41-
:program:`mongod` instance.
39+
Optional. If specified, the client will attempt to log in to the
40+
specific database using these credentials after connecting to the
41+
:program:`mongod` instance.
4242

4343
#. ``host1``
4444

source/use-cases/storing-log-data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ use a :term:`sharded cluster`, which takes advantage of MongoDB's
617617
:term:`sharding` functionality. This section introduces the unique
618618
sharding concerns for this event logging case.
619619

620-
.. seealso:: ":doc:`/faq/sharding`" and the ":wiki:`Sharding` wiki
620+
.. seealso:: ":doc:`/faq/sharding`" and the ":wiki:`Sharding`" wiki
621621
page.
622622

623623
Limitations

0 commit comments

Comments
 (0)