Skip to content

Miscellaneous the/a typos cleanup #937

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 2 commits 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/core/master-slave.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ after ten second pause, when the slave falls out of sync with the
master. With :option:`--autoresync <mongod --autoresync>` specified,
the slave will only attempt to re-sync once in a ten minute period.

To prevent these situations you should specify the a larger oplog when
To prevent these situations you should specify a larger oplog when
you start the :setting:`master` instance, by adding the
:option:`--oplogSize <mongod --oplogSize>` option when starting
:program:`mongod`. If you do not specify
Expand Down
3 changes: 2 additions & 1 deletion source/reference/database-profiler.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ operation.
.. data:: system.profile.responseLength

The length in bytes of the operation's result document. A large
:data:`~system.profile.responseLength` can affect performance. To limit the size of a the
:data:`~system.profile.responseLength` can affect performance.
To limit the size of the
result document for a query operation, you can use any of the
following:

Expand Down
2 changes: 1 addition & 1 deletion source/reference/projection/slice.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $slice (projection)
This operation returns the last five items in array.

The following examples specify an array as an argument to
slice. Arrays take the form of ``[ skip , limit ]``, where the
:projection:`$slice`. Arrays take the form of ``[ skip , limit ]``, where the
first value indicates the number of items in the array to skip and
the second value indicates the number of items to return.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Capture Data

.. note::

If you use :program:`mongodump` without specifying the a database
If you use :program:`mongodump` without specifying a database
or collection, :program:`mongodump` will capture collection data
*and* the cluster meta-data from the :ref:`config servers
<sharding-config-server>`.
Expand Down