Skip to content

Commit 530d3da

Browse files
melochinsnicoll
authored andcommitted
Add missing backquote
See gh-16483
1 parent 20e98cb commit 530d3da

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ where the application is located (see <<using-boot-structuring-your-code,the bes
562562
configuration classes
563563

564564
The `@SpringBootApplication` annotation is equivalent to using `@Configuration`,
565-
`@EnableAutoConfiguration`, @ComponentScan`, and `@ConfigurationPropertiesScan` with their default
565+
`@EnableAutoConfiguration`, `@ComponentScan`, and `@ConfigurationPropertiesScan` with their default
566566
attributes, as shown in the following example:
567567

568568

0 commit comments

Comments
 (0)