File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
245245Working with Data
246246-----------------
247247
248- Usually, automatic CSLFE works transparently in your application. After
248+ Usually, automatic CSFLE works transparently in your application. After
249249your application is configured for CSFLE, you can create documents as usual and {+odm+}
250250automatically encrypts and decrypts them according to your configuration.
251251
You can’t perform that action at this time.
0 commit comments