Skip to content

fix typos in replset tutorials #3044

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
4 changes: 2 additions & 2 deletions source/tutorial/change-oplog-size.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ deletes in short periods of time.

This tutorial describes how to resize the oplog when using the MMAPv1
storage engine. If you are using WiredTiger, see
:doc:`/command/replSetResizeOplog` to dynamically change the oplog size.
:doc:`/reference/command/replSetResizeOplog` to dynamically change the oplog size.

For a detailed explanation of oplog sizing, see :ref:`replica-set-oplog-sizing`.
For details how oplog size affects :term:`delayed members <delayed
For details of how oplog size affects :term:`delayed members <delayed
member>` and affects :term:`replication lag`, see
:ref:`replica-set-delayed-members`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ remain available during the majority of a maintenance window.
This document outlines the basic procedure for performing maintenance on
each of the members of a replica set. Furthermore, this particular
sequence strives to minimize the amount of time that the
:term:`primary` is unavailable and controlling the impact on the
:term:`primary` is unavailable and control the impact on the
entire deployment.

Use these steps as the basis for common replica set operations,
Expand Down