Skip to content

Commit 3e60906

Browse files
Revert typo
1 parent dcb5abc commit 3e60906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/properties-and-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ You can also provide the following System properties (or environment variables)
154154
No matter what you set in the environment, Spring Boot always loads `application.properties` as described above.
155155
By default, if YAML is used, then files with the '`.yaml`' and '`.yml`' extensions are also added to the list.
156156

157-
TIP: If you want more detail information about the files that are being loaded you can xref:reference:features/logging.adoc#features.logging.log-levels[set the logging level] of `org.springframework.boot.context.config` to `trace`.
157+
TIP: If you want detailed information about the files that are being loaded you can xref:reference:features/logging.adoc#features.logging.log-levels[set the logging level] of `org.springframework.boot.context.config` to `trace`.
158158

159159

160160

0 commit comments

Comments
 (0)