Skip to content
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