From c1218615dfe67d672de2fcb6a44ea1f1ec8ffadc Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 27 Jan 2020 16:57:12 +0200 Subject: [PATCH] Update integration.adoc Fix typo --- src/docs/asciidoc/integration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/integration.adoc b/src/docs/asciidoc/integration.adoc index 0ca100c30de..3d5c0534d3d 100644 --- a/src/docs/asciidoc/integration.adoc +++ b/src/docs/asciidoc/integration.adoc @@ -6943,7 +6943,7 @@ This is the recommended approach over the quite different in signatures as the code base grows. While the default strategy might work for some methods, it rarely works for all methods. -The following examples ise various SpEL declarations (if you are not familiar with SpEL, +The following examples use various SpEL declarations (if you are not familiar with SpEL, do yourself a favor and read <>): [source,java,indent=0]