Skip to content

Commit cd914aa

Browse files
committed
Merge pull request #16483 from melochin
* pr/16483: Polish "Add missing backquote" Add missing backquote
2 parents 20e98cb + cf1d6ca commit cd914aa

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

Lines changed: 2 additions & 2 deletions
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)