Skip to content

Commit a22c2b7

Browse files
mongoKartnorareidy
andcommitted
Apply suggestions from code review
Co-authored-by: Nora Reidy <[email protected]>
1 parent 677b765 commit a22c2b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/connect/connection-targets.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ To connect to a MongoDB deployment on Atlas, include the following elements
3232
in your connection string:
3333

3434
- URI of your Atlas cluster
35-
- MongoDB username
36-
- MongoDB password
35+
- Database username
36+
- Database user's password
3737

3838
Then, pass your connection string to the ``MongoDB\Client`` constructor.
3939

@@ -51,7 +51,7 @@ The code also uses the ``serverApi`` option to specify a {+stable-api+} version.
5151

5252
.. tip::
5353

54-
Follow the :atlas:`Atlas driver connection guide </driver-connection>`
54+
Follow the :ref:`php-connection-string` step of the Quick Start
5555
to retrieve your connection string.
5656

5757
.. _php-connection-local:
@@ -81,7 +81,7 @@ port numbers of the replica set members in your connection string.
8181
If you aren't able to provide a full list of hosts in the replica set, you can
8282
specify one or more of the hosts in the replica set and instruct the {+driver-short+} to
8383
perform automatic discovery to find the others. To instruct the driver to perform
84-
automatic discovery, perform one of the following actions:
84+
automatic discovery, choose one of the following actions:
8585

8686
- Specify the name of the replica set as the value of the ``replicaSet`` parameter.
8787
- Specify ``false`` as the value of the ``directConnection`` parameter.

0 commit comments

Comments
 (0)