From e8e8ba30e57f29f83f940ced10af73d70ceaf300 Mon Sep 17 00:00:00 2001 From: Chafik Date: Mon, 5 May 2025 20:49:21 +0200 Subject: [PATCH] Fix typo in Encryption (#2051) Signed-off-by: Chafik --- .../modules/ROOT/pages/couchbase/fieldlevelencryption.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/antora/modules/ROOT/pages/couchbase/fieldlevelencryption.adoc b/src/main/antora/modules/ROOT/pages/couchbase/fieldlevelencryption.adoc index 124d1895..c4a5f673 100644 --- a/src/main/antora/modules/ROOT/pages/couchbase/fieldlevelencryption.adoc +++ b/src/main/antora/modules/ROOT/pages/couchbase/fieldlevelencryption.adoc @@ -1,5 +1,5 @@ [[couchbase.fieldlevelencryption]] -= Couchbase Field Level Encrytpion += Couchbase Field Level Encryption Couchbase supports https://docs.couchbase.com/java-sdk/current/howtos/encrypting-using-sdk.html[Field Level Encryption]. This section documents how to use it with Spring Data Couchbase.