From 9294b1d7eb9689c837acbe2ff80243c1d6f0166f Mon Sep 17 00:00:00 2001 From: Andrew McCallum <1956944+crewmanmud@users.noreply.github.com> Date: Thu, 9 May 2019 22:47:37 +0100 Subject: [PATCH] Fix typo Closes gh-22938 --- src/docs/asciidoc/core/core-expressions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ====