Skip to content

Commit 6047a2c

Browse files
committed
Fix typo
See gh-12996
1 parent 587e3f4 commit 6047a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ as `final`, indicating that it cannot be subsequently changed.
615615
== Using the @SpringBootApplication annotation
616616
Many Spring Boot developers like their apps to use auto-configuration, component scan and
617617
be able to define extra configuration on their "application class". A single
618-
`@SpringBootApplication` annotation can be used to enable those tree features, that is:
618+
`@SpringBootApplication` annotation can be used to enable those three features, that is:
619619

620620
* `@EnableAutoConfiguration`: enable <<using-boot-auto-configuration,Spring Boot's
621621
auto-configuration mechanism>>

0 commit comments

Comments
 (0)