From 104cb47791545106b301eecd3d2e3c0d6a4bf1c9 Mon Sep 17 00:00:00 2001 From: Jeff Yemin Date: Mon, 14 Apr 2025 08:24:23 -0400 Subject: [PATCH] Update mongo-encryption.adoc Signed-off-by: Jeff Yemin --- .../antora/modules/ROOT/pages/mongodb/mongo-encryption.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/antora/modules/ROOT/pages/mongodb/mongo-encryption.adoc b/src/main/antora/modules/ROOT/pages/mongodb/mongo-encryption.adoc index a4aae23748..14e866cf14 100644 --- a/src/main/antora/modules/ROOT/pages/mongodb/mongo-encryption.adoc +++ b/src/main/antora/modules/ROOT/pages/mongodb/mongo-encryption.adoc @@ -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]]