Skip to content

Minor typos and indentation #621

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 7, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/faq/fundamentals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ If you're running a 64-bit build of MongoDB, there's virtually no
limit to storage size. For production deployments, 64-bit builds and
operating systems are strongly recommended.

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

.. note::

Expand Down
10 changes: 5 additions & 5 deletions source/reference/connection-string.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ The components of this string are:

#. ``mongodb://``

A required prefix to identify that this is a string in the standard
connection format.
A required prefix to identify that this is a string in the standard
connection format.

#. ``username:password@``

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

#. ``host1``

Expand Down
2 changes: 1 addition & 1 deletion source/use-cases/storing-log-data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ use a :term:`sharded cluster`, which takes advantage of MongoDB's
:term:`sharding` functionality. This section introduces the unique
sharding concerns for this event logging case.

.. seealso:: ":doc:`/faq/sharding`" and the ":wiki:`Sharding` wiki
.. seealso:: ":doc:`/faq/sharding`" and the ":wiki:`Sharding`" wiki
page.

Limitations
Expand Down