Fix typo in reference documentation.

Closes: #4180
This commit is contained in:
Wan Bachtiar
2022-09-22 13:03:48 +10:00
committed by Christoph Strobl
parent 4fff480e17
commit 24a5fcd5f5

View File

@@ -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]