Skip to content

Commit 1c7c679

Browse files
fix documentation lint
1 parent b12bab9 commit 1c7c679

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
@@ -219,7 +219,7 @@ When generating encryption schemas, Mongoose merges all discriminators together
219219

220220
## Managing Data Keys
221221

222-
Mongoose provides a convenient API to obtain a [ClientEncryption](https://mongodb.github.io/node-mongodb-native/Next/classes/ClientEncryption.html)
222+
Mongoose provides a convenient API to obtain a [ClientEncryption](https://mongodb.github.io/node-mongodb-native/Next/classes/ClientEncryption.html)
223223
object configured to manage data keys in the key vault. A client encryption can be obtained with the `Model.clientEncryption()` helper:
224224

225225
```javascript

0 commit comments

Comments
 (0)