From 7398b7dfa0cc7a8ddfd1bd2667eaf9147eb27d04 Mon Sep 17 00:00:00 2001 From: Eddie Olson Date: Fri, 31 Aug 2018 11:19:53 -0700 Subject: [PATCH] Fix typo Closes gh-14274 --- 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 43ccb04c3fa..3a50277fe0c 100644 --- a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -651,7 +651,7 @@ NOTE: `@SpringBootApplication` also provides aliases to customize the attributes [NOTE] ==== -None of these features are mandatory and you may chose to replace this single annotation +None of these features are mandatory and you may choose to replace this single annotation by any of the features that it enables. For instance, you may not want to use component scan in your application: