Merge pull request #22938 from crewmanmud

* pr/22938:
  Fix typo
This commit is contained in:
Stephane Nicoll 2019-05-10 09:57:07 +02:00
commit 4430ec7d2d
1 changed files with 1 additions and 1 deletions

View File

@ -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:
====