Skip to content

Commit d3199a0

Browse files
author
Chris Cho
authored
DOCS-14077: grammar fix (#712)
1 parent 4366869 commit d3199a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/security/client-side-field-level-encryption-guide.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ Medical Records
627627

628628
The ``medicalRecords`` field is an array that contains a set of medical
629629
record documents. Each medical record document represents a separate
630-
visit and specifies information about the patient at that that time,
630+
visit and specifies information about the patient at that time,
631631
such as their blood pressure, weight, and heart rate. This field is
632632
sensitive and should be encrypted. MedcoMD engineers decide upon random
633633
encryption based on the following properties:
@@ -1384,13 +1384,13 @@ check out the reference docs in the server manual:
13841384
.. tab::
13851385
:tabid: python
13861386

1387-
For additional information on MongoDB CSFLE API, see the
1387+
For additional information on the MongoDB CSFLE API, see the
13881388
`official PyMongo driver documentation <https://pymongo.readthedocs.io/en/stable/examples/encryption.html>`__.
13891389

13901390
.. tab::
13911391
:tabid: csharp
13921392

1393-
For additional information on MongoDB CSFLE API, see the
1393+
For additional information on the MongoDB CSFLE API, see the
13941394
`official C# driver documentation <https://mongodb.github.io/mongo-csharp-driver/2.11/reference/driver/crud/client_side_encryption/>`__.
13951395

13961396
.. tab::

0 commit comments

Comments
 (0)