Skip to content

Commit 5d3b51f

Browse files
consistent capitalization in docs
1 parent 888c0a8 commit 5d3b51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/field-level-encryption.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const UserModel = connection.model('User', encryptedUserSchema);
166166

167167
CSFLE/QE in Mongoose work by generating the encryption schema that the MongoDB driver expects for each encrypted model on the connection. This happens automatically the model's connection is established.
168168

169-
Queryable encryption and csfle requires all the same configuration as outlined in <>, except for the schemaMap or encryptedFieldsMap options.
169+
Queryable encryption and CSFLE requires all the same configuration as outlined in <>, except for the schemaMap or encryptedFieldsMap options.
170170

171171
```javascript
172172
const keyVaultNamespace = 'client.encryption';

0 commit comments

Comments
 (0)