Skip to content

Commit c3f452e

Browse files
geogheganSam Kleinman
authored andcommitted
Fixes readability
Replaces "by connecting mongodump by connecting to a" and increases readability Signed-off-by: Sam Kleinman <[email protected]>
1 parent 24da8c6 commit c3f452e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/tutorial/backup-small-sharded-cluster-with-mongodump.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Capture Data
3737
:program:`mongos`. This option is only available when running
3838
directly against a :term:`replica set` member.
3939

40-
To perform a backup of a :term:`sharded cluster` by connecting
41-
:program:`mongodump` by connecting to a :program:`mongos`, use the
42-
following operation at your system's prompt:
40+
You can perform a backup of a :term:`sharded cluster` by connecting
41+
:program:`mongodump` to a :program:`mongos`. Use the following
42+
operation at your system's prompt:
4343

4444
.. code-block:: sh
4545

0 commit comments

Comments
 (0)