We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba9b49 commit 50ca33eCopy full SHA for 50ca33e
spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc
@@ -547,7 +547,7 @@ TIP: Notice how using constructor injection lets the `riskAssessor` field be mar
547
== Using the @SpringBootApplication Annotation
548
Many Spring Boot developers like their apps to use auto-configuration, component scan and
549
be able to define extra configuration on their "application class". A single
550
-`@SpringBootApplication` annotation can be used to enable those tree features, that is:
+`@SpringBootApplication` annotation can be used to enable those three features, that is:
551
552
* `@EnableAutoConfiguration`: enable <<using-boot-auto-configuration,Spring Boot's
553
auto-configuration mechanism>>
0 commit comments