From 5fd03e45f6f1e30f75a4df43a9e5d201c5f9ffc8 Mon Sep 17 00:00:00 2001 From: Kirill Gavrilov Date: Sun, 9 Apr 2017 19:28:25 +0300 Subject: [PATCH] Fix typo Closes gh-1383 --- 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 d1ab1fc56c..9b498700fe 100644 --- a/src/docs/asciidoc/core/core-expressions.adoc +++ b/src/docs/asciidoc/core/core-expressions.adoc @@ -364,7 +364,7 @@ it on. It can be turned on using the parser configuration process discussed earl via a system property when SpEL usage is embedded inside another component. This section discusses both of these options. -Is is important to understand that there are a few modes the compiler can operate in, captured +It is important to understand that there are a few modes the compiler can operate in, captured in an enum (`org.springframework.expression.spel.SpelCompilerMode`). The modes are as follows: - `OFF` - The compiler is switched off; this is the default.