File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ Create a MongoDB\\Client
8989To create a connection to MongoDB, construct a ``MongoDB\Client`` object.
9090Pass the following parameters to the ``MongoDB\Client`` constructor:
9191
92- - ``$uri``: Sets the connection string .
92+ - ``$uri``: Sets the connection URI .
9393
9494- ``$uriOptions``: *(Optional)* Sets URI options to configure how the client
9595 connects to MongoDB, including authentication credentials and
96- and server selection settings. If you set the same options in this
96+ server selection settings. If you set the same options in this
9797 parameter and in your connection string, the ``$uriOptions`` values
9898 take precedence. To view a full list of supported options, see
9999 the :ref:`php-connection-options` guide.
You can’t perform that action at this time.
0 commit comments