File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ You can connect to your MongoDB Atlas deployment directly from your shell.
61
61
If you haven't already
62
62
`created a database user
63
63
<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.
67
67
68
68
.. step:: Connect to MongoDB Atlas with ``mongosh``
69
69
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.
72
72
73
73
The connection string includes the following elements:
74
74
You can’t perform that action at this time.
0 commit comments