Update mongo-encryption.adoc

Closes: #4947

Signed-off-by: Jeff Yemin <jeff.yemin@mongodb.com>
This commit is contained in:
Jeff Yemin
2025-04-14 08:24:23 -04:00
committed by Christoph Strobl
parent 5eaeb926fd
commit d2b7b80dd7

View File

@@ -254,7 +254,7 @@ Explicit encryption uses the MongoDB driver's encryption library (`org.mongodb:m
[NOTE]
====
There is no official support for using Explicit Queryable Encryption.
The audacious user may combine `@Encyrpted` and `@Queryable` with `@ValueConverter(MongoEncryptionConverter.class)` at their own risk.
The audacious user may combine `@Encrypted` and `@Queryable` with `@ValueConverter(MongoEncryptionConverter.class)` at their own risk.
====
[[mongo.encryption.explicit-setup]]