Commit 6047a2c0 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix typo

See gh-12996
parent 587e3f40
...@@ -615,7 +615,7 @@ as `final`, indicating that it cannot be subsequently changed. ...@@ -615,7 +615,7 @@ as `final`, indicating that it cannot be subsequently changed.
== Using the @SpringBootApplication annotation == Using the @SpringBootApplication annotation
Many Spring Boot developers like their apps to use auto-configuration, component scan and Many Spring Boot developers like their apps to use auto-configuration, component scan and
be able to define extra configuration on their "application class". A single be able to define extra configuration on their "application class". A single
`@SpringBootApplication` annotation can be used to enable those tree features, that is: `@SpringBootApplication` annotation can be used to enable those three features, that is:
* `@EnableAutoConfiguration`: enable <<using-boot-auto-configuration,Spring Boot's * `@EnableAutoConfiguration`: enable <<using-boot-auto-configuration,Spring Boot's
auto-configuration mechanism>> auto-configuration mechanism>>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment