From 633e75dce2a108c15a08d5ffbe53ef78eec137d8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Mar 2017 09:22:00 +0100 Subject: [PATCH] Fix typo Closes gh-8563 --- spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc index 4d538f111a..56f134119f 100644 --- a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -482,7 +482,7 @@ is also a good candidate as the primary `@Configuration`. TIP: Many Spring configuration examples have been published on the Internet that use XML configuration. Always try to use the equivalent Java-based configuration if possible. -Searching for `+enable*+` annotations can be a good starting point. +Searching for `+Enable*+` annotations can be a good starting point.