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

Upgrade docs tiny typos #6254

Open
wants to merge 1 commit into
base: v6.1
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions source/tutorial/upgrade-revision.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Compatibility Considerations

.. important::

- Starting in MongODB 4.2, MongoDB removes support for Ubuntu 16.04
- Starting in MongoDB 4.2, MongoDB removes support for Ubuntu 16.04
PPCLE.

- Starting in MongoDB 3.6.13, MongoDB 3.6-series removes support for
Expand All @@ -61,7 +61,7 @@ the upgrade during a predefined maintenance window.
Change Streams
~~~~~~~~~~~~~~

Starting in MongoDB 4.0.7, change streams use a version 1 ``v1`` resume
Starting in MongoDB 4.0.7, change streams use version 1 ``v1`` resume
tokens. MongoDB versions earlier than 4.0.7 use ``v0`` resume tokens.

When upgrading from MongoDB 4.0.6 or earlier to MongoDB 4.0.7 or later,
Expand Down Expand Up @@ -166,7 +166,7 @@ the :term:`secondaries <secondary>` and finishing with the

.. note::

Starting in MongoDB 4.0.7, change streams use a version 1 ``v1``
Starting in MongoDB 4.0.7, change streams use version 1 ``v1``
:ref:`resume tokens <change-stream-resume-token>`. MongoDB versions
earlier than 4.0.7 use ``v0`` resume tokens or BinData resume tokens.

Expand Down