Skip to content

Commit cf1d6ca

Browse files
committed
Polish "Add missing backquote"
Closes gh-16483
1 parent 530d3da commit cf1d6ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -562,8 +562,8 @@ 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
566-
attributes, as shown in the following example:
565+
`@EnableAutoConfiguration`, `@ComponentScan`, and `@ConfigurationPropertiesScan` with
566+
their default attributes, as shown in the following example:
567567

568568

569569
[source,java,indent=0]

0 commit comments

Comments
 (0)