Browse Source

Merge pull request #14274 from EddieOlson:fix-typo

* pr/14274:
  Fix typo
pull/14801/head
Stephane Nicoll 8 years ago
parent
commit
0960f796fa
  1. 2
      spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc

2
spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc

@ -651,7 +651,7 @@ NOTE: `@SpringBootApplication` also provides aliases to customize the attributes @@ -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:

Loading…
Cancel
Save