From f492e37370809324e61e97bf6ccbc414eea13dcf Mon Sep 17 00:00:00 2001 From: zyan Date: Tue, 28 May 2019 23:00:35 +0900 Subject: [PATCH] Fix typo provices -> provides See gh-23046 --- src/docs/asciidoc/core/core-beans.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/core/core-beans.adoc b/src/docs/asciidoc/core/core-beans.adoc index 9b3bd5efc3..a8b419e1ed 100644 --- a/src/docs/asciidoc/core/core-beans.adoc +++ b/src/docs/asciidoc/core/core-beans.adoc @@ -300,7 +300,7 @@ locations -- for example, through "${...}" placeholders that are resolved agains system properties at runtime. ==== -The namespace itself provices the import directive feature. Further +The namespace itself provides the import directive feature. Further configuration features beyond plain bean definitions are available in a selection of XML namespaces provided by Spring -- for example, the `context` and `util` namespaces.