Skip to content

Commit 39512e4

Browse files
committed
fixes
1 parent 5bec025 commit 39512e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/connect/client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To connect to a MongoDB deployment, you need two things:
2424

2525
- A **connection URI**, also known as a *connection string*, which tells the {+driver-short+}
2626
which MongoDB deployment to connect to.
27-
- A **MongoDB\Client** object, which creates the connection to the MongoDB deployment
27+
- A **MongoDB\\Client** object, which creates the connection to the MongoDB deployment
2828
and lets you perform operations on it.
2929

3030
You can also use either of these components to customize the way the {+driver-short+} behaves
@@ -107,4 +107,4 @@ API Documentation
107107
To learn more about creating a ``MongoDB\Client`` object in the {+driver-short+},
108108
see the following API documentation:
109109

110-
- `:ref: MongoDB\Client <php-api-mongodbclient>`__
110+
- :ref:`MongoDB\Client <php-api-mongodbclient>`

0 commit comments

Comments
 (0)