Skip to content

Commit 662f3e7

Browse files
ksuarzkay-kim
authored andcommitted
minor: fix typos in oplog resizing tutorial
1 parent 789034a commit 662f3e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/tutorial/change-oplog-size.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ with the :term:`secondary` members before proceeding to the
2020
.. important::
2121

2222
You can only run :dbcommand:`replSetResizeOplog` on
23-
replica set member's running with the
24-
:ref:`Wired Tiger storage engine <storage-wiredtiger>`.
23+
replica set members running with the
24+
:ref:`WiredTiger storage engine <storage-wiredtiger>`.
2525

2626
Perform these steps on each :term:`secondary` replica set member
2727
*first*. Once you have changed the oplog size for all secondary
@@ -62,8 +62,8 @@ The ``maxSize`` field displays the collection size in bytes.
6262
C. Change the oplog size of the replica set member
6363
--------------------------------------------------
6464

65-
To change the size, run the :dbcommand:`replSetResizeOplog` passing
66-
the desired size in megabytes as the ``size`` parameter. The
65+
To resize the oplog, run the :dbcommand:`replSetResizeOplog` command,
66+
passing the desired size in megabytes as the ``size`` parameter. The
6767
specified size must be greater than ``990``, or 990 megabytes.
6868

6969
The following operation changes the oplog size of the replica set

0 commit comments

Comments
 (0)