From 24a5fcd5f5a7c4e8947e5f76849159fb124f207d Mon Sep 17 00:00:00 2001 From: Wan Bachtiar Date: Thu, 22 Sep 2022 13:03:48 +1000 Subject: [PATCH] Fix typo in reference documentation. Closes: #4180 --- src/main/asciidoc/reference/mongo-json-schema.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/reference/mongo-json-schema.adoc b/src/main/asciidoc/reference/mongo-json-schema.adoc index 4f811638f..26e8f7f09 100644 --- a/src/main/asciidoc/reference/mongo-json-schema.adoc +++ b/src/main/asciidoc/reference/mongo-json-schema.adoc @@ -349,7 +349,7 @@ static class Patient { [TIP] ==== -The `@Encrypted` Annoation supports resolving keyIds via SpEL Expressions. +The `@Encrypted` Annotation supports resolving keyIds via SpEL Expressions. To do so additional environment metadata (via the `MappingContext`) is required and must be provided. [source,java]