Skip to content

Commit f2d7cbb

Browse files
authored
Polish: fix grammar in mongo-encryption.adoc
Signed-off-by: Antho <[email protected]>
1 parent d9899c4 commit f2d7cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/mongodb/mongo-encryption.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Automatic Encryption requires a xref:mongodb/mapping/mapping-schema.adoc[JSON Sc
2424

2525
Please refer to the xref:mongodb/mapping/mapping-schema.adoc#mongo.jsonSchema.encrypted-fields[JSON Schema] section for more information on defining a JSON Schema that holds encryption information.
2626

27-
To make use of a the `MongoJsonSchema` it needs to be combined with `AutoEncryptionSettings` which can be done eg. via a `MongoClientSettingsBuilderCustomizer`.
27+
To use a `MongoJsonSchema`, you must supply it together with `AutoEncryptionSettings` which can be done eg. via a `MongoClientSettingsBuilderCustomizer`.
2828

2929
[source,java]
3030
----

0 commit comments

Comments
 (0)