Skip to content

Commit a8f37eb

Browse files
fix lint in markdown file
1 parent 065bc99 commit a8f37eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/field-level-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,4 @@ const ModelWithBirthday = model.discriminator('ModelWithBirthday', new Schema({
215215
}));
216216
```
217217

218-
When generating encryption schemas, Mongoose merges all discriminators together for the all discriminators declared on the same namespace. As a result, discriminators that declare the same key with different types are not supported. Furthermore, all discriminators must share the same encryption type - it is not possible to configure discriminators on the same model for both CSFLE and QE.
218+
When generating encryption schemas, Mongoose merges all discriminators together for the all discriminators declared on the same namespace. As a result, discriminators that declare the same key with different types are not supported. Furthermore, all discriminators must share the same encryption type - it is not possible to configure discriminators on the same model for both CSFLE and QE.

0 commit comments

Comments
 (0)