Skip to content

Commit d5c879c

Browse files
Jay Bryantsnicoll
authored andcommitted
Make editorial changes to appendix-auto-configuration-classes.adoc
Closes gh-10875
1 parent ea89f63 commit d5c879c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-auto-configuration-classes.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[appendix]
22
[[auto-configuration-classes]]
33
== Auto-configuration classes
4-
Here is a list of all auto-configuration classes provided by Spring Boot with links to
4+
Here is a list of all auto-configuration classes provided by Spring Boot, with links to
55
documentation and source code. Remember to also look at the autoconfig report in your
66
application for more details of which features are switched on.
7-
(start the app with `--debug` or `-Ddebug`, or in an Actuator application use the
8-
`autoconfig` endpoint).
7+
(To do so, start the app with `--debug` or `-Ddebug` or, in an Actuator application, use
8+
the `autoconfig` endpoint).
99

1010

1111

0 commit comments

Comments
 (0)