diff --git a/src/docs/asciidoc/core/core-expressions.adoc b/src/docs/asciidoc/core/core-expressions.adoc index 14adf2ee5f..2d61e313d7 100644 --- a/src/docs/asciidoc/core/core-expressions.adoc +++ b/src/docs/asciidoc/core/core-expressions.adoc @@ -1212,7 +1212,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: [source,java,indent=0]