diff --git a/src/docs/asciidoc/core/core-expressions.adoc b/src/docs/asciidoc/core/core-expressions.adoc index bda0642768..a4313650d3 100644 --- a/src/docs/asciidoc/core/core-expressions.adoc +++ b/src/docs/asciidoc/core/core-expressions.adoc @@ -1293,7 +1293,7 @@ The following listing shows A more complex example: [NOTE] ===== -You can use the Elvis operator to apply default values in expressions. The folloiwng +You can use the Elvis operator to apply default values in expressions. The following example shows how to use the Elvis operator in a `@Value` expression: ====