Update integration.adoc

Fix typo
This commit is contained in:
Anton
2020-01-27 16:57:12 +02:00
committed by Rossen Stoyanchev
parent e66e41029c
commit c1218615df

View File

@@ -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 <<core.adoc#expressions, Spring Expression Language>>):
[source,java,indent=0]