Skip to content

Commit e02bfd7

Browse files
mongoKartrustagir
andauthored
Apply suggestions from code review
Co-authored-by: Rea Rustagi <[email protected]>
1 parent d5e4422 commit e02bfd7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/connect/client.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ To connect to a MongoDB deployment, you must create the following items:
2727
- **MongoDB\\Client** object, which creates the connection to the MongoDB deployment
2828
and lets you perform operations on it.
2929

30-
You can also use either of these components to customize the way the {+driver-short+} behaves
30+
You can also set options within either or both of these components to
31+
customize the way that the {+driver-short+} behaves
3132
while connected to MongoDB.
3233

3334
This guide shows you how to create a connection string and use a ``MongoDB\Client`` object
@@ -80,13 +81,13 @@ A standard connection string includes the following components:
8081

8182
To learn more about connection strings, see
8283
:manual:`Connection Strings </reference/connection-string>` in the
83-
MongoDB Server documentation.
84+
Server manual.
8485

8586
Create a ``MongoDB\Client``
8687
---------------------------
8788

8889
To create a connection to MongoDB, pass your connection string when constructing
89-
an instance of the ``MongoDB\Client`` class.
90+
an instance of the ``MongoDB\Client`` class.
9091

9192
In the following example, the library uses a sample connection URI to connect to a MongoDB
9293
deployment on port ``27017`` of ``localhost``:

0 commit comments

Comments
 (0)