Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
ianf-mongodb committed Nov 7, 2023
1 parent 322d484 commit 82e5884
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ The following connection string disables UTF8 validation:

.. code-block:: javascript

mongodb://localhost:27017/?enableUtf8Validation=False
mongodb://localhost:27017/?enableUtf8Validation=false

.. note::

You can also disable this option in the
:guilabel:`Advanced Connection Options` by
selecting the key :guilabel:`enableUtf8Validation` and entering
the value ``False``.
the value ``false``.

0 comments on commit 82e5884

Please sign in to comment.