Skip to content

Commit f6294f8

Browse files
DOCSP-46786 fixed typo (#100)
1 parent 787702e commit f6294f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/security/encryption.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,16 +236,16 @@ The following limitations apply when using CSFLE with {+odm+}:
236236

237237
- {+odm+} does not support encryption of ``embeds_many`` associations.
238238
- If you use the ``:key_name_field`` option, you must encrypt the field by using
239-
a non-deterministic algorithm. To encrypt your field deterministically, you must
240-
specify the ``:key_id`` option instead.
239+
a non-deterministic algorithm. To encrypt your field deterministically, you
240+
must specify the ``:key_id`` option instead.
241241
- The limitations listed on the :manual:`CSFLE Limitations
242242
</core/csfle/reference/limitations/>` page in the MongoDB {+server-manual+}
243243
also apply to {+odm+}.
244244

245245
Working with Data
246246
-----------------
247247

248-
Usually, automatic CSLFE works transparently in your application. After
248+
Usually, automatic CSFLE works transparently in your application. After
249249
your application is configured for CSFLE, you can create documents as usual and {+odm+}
250250
automatically encrypts and decrypts them according to your configuration.
251251

0 commit comments

Comments
 (0)