Skip to content

Commit a3a5bae

Browse files
DOCSP-42099: Typo fix (#346)
1 parent 4ae3fad commit a3a5bae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/connect.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ You can connect to your MongoDB Atlas deployment directly from your shell.
6161
If you haven't already
6262
`created a database user
6363
<https://www.mongodb.com/docs/atlas/tutorial/create-mongodb-user-for-cluster/>`__,
64-
you must set a username and password. To connect to Atlas, pass your username with the connection string.
65-
the connection string to connect to Atlas. After you issue the
66-
connect command, the shell prompts for your password.
64+
you must set a username and password. To connect to Atlas, pass your username with
65+
the Atlas connection string. After you issue the connect command, the
66+
shell prompts for your password.
6767

6868
.. step:: Connect to MongoDB Atlas with ``mongosh``
6969

70-
To establish your connection, run the ``mongosh`` command with your connection string and options
71-
to establish the connection.
70+
To establish your connection, run the ``mongosh`` command with your
71+
connection string and options to establish the connection.
7272

7373
The connection string includes the following elements:
7474

0 commit comments

Comments
 (0)