Skip to content

Commit 30e42de

Browse files
Update lib/schema.js
Co-authored-by: Neal Beeken <[email protected]>
1 parent f9eb9d7 commit 30e42de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const numberRE = /^\d+$/;
8787
* - [pluginTags](https://mongoosejs.com/docs/guide.html#pluginTags): array of strings - defaults to `undefined`. If set and plugin called with `tags` option, will only apply that plugin to schemas with a matching tag.
8888
* - [virtuals](https://mongoosejs.com/docs/tutorials/virtuals.html#virtuals-via-schema-options): object - virtuals to define, alias for [`.virtual`](https://mongoosejs.com/docs/api/schema.html#Schema.prototype.virtual())
8989
* - [collectionOptions]: object with options passed to [`createCollection()`](https://www.mongodb.com/docs/manual/reference/method/db.createCollection/) when calling `Model.createCollection()` or `autoCreate` set to true.
90-
* - [encryptionType]: the encryption type for the schema. Valid options are `csfle` or `queryable encryption`. See https://mongoosejs.com/docs/field-level-encryption.
90+
* - [encryptionType]: the encryption type for the schema. Valid options are `csfle` or `queryableEncryption`. See https://mongoosejs.com/docs/field-level-encryption.
9191
*
9292
* #### Options for Nested Schemas:
9393
*

0 commit comments

Comments
 (0)