Skip to content

Commit 50ca33e

Browse files
yaman-jainsnicoll
authored andcommitted
Fix typo
Closes gh-12996
1 parent 0ba9b49 commit 50ca33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ TIP: Notice how using constructor injection lets the `riskAssessor` field be mar
547547
== Using the @SpringBootApplication Annotation
548548
Many Spring Boot developers like their apps to use auto-configuration, component scan and
549549
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:
550+
`@SpringBootApplication` annotation can be used to enable those three features, that is:
551551

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

0 commit comments

Comments
 (0)