Skip to content

minor typos #898

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

Closed
wants to merge 1 commit into from
Closed
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/tutorial/build-indexes-in-the-background.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ continue while building the index; however, these index builds take
longer to complete and result in a larger index.

.. seealso:: :doc:`/core/indexes` and :doc:`/administration/indexes`
for more infomration.
for more information.

Procedure
---------
Expand Down
2 changes: 1 addition & 1 deletion source/tutorial/build-indexes-on-replica-sets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ operation:
Restart the Program ``mongod``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

When the index build completes, estart the :program:`mongod` instance
When the index build completes, start the :program:`mongod` instance
with the :option:`--replSet <mongod --replSet>` option on its usual port:

.. code-block:: sh
Expand Down
2 changes: 1 addition & 1 deletion source/tutorial/configure-sharded-cluster-balancer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Require Replication before Chunk Migration (Secondary Throttle)
---------------------------------------------------------------

.. versionadded:: 2.2.1
``_secondaryThrotle`` became an option to the balancer and to
``_secondaryThrottle`` became an option to the balancer and to
:dbcommand:`moveChunk` in 2.2.1. ``_secondaryThrottle`` makes it
possible to require the balancer wait for replication to
secondaries during migrations.
Expand Down