Skip to content

Commit 85176de

Browse files
committed
Merge pull request #10875 from Buzzardo:editing_appendix_auto_configuration_classes
* pr/10875: Make editorial changes to appendix-auto-configuration-classes.adoc
2 parents ea89f63 + d5c879c commit 85176de

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)