Skip to content

Commit dcb5abc

Browse files
Fix typo in document Properties and Configuration
1 parent 32433e8 commit dcb5abc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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 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`.
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`.
158158

159159

160160

@@ -209,7 +209,7 @@ spring.datasource.url=jdbc:mysql://localhost/test
209209
server.port=9000
210210
----
211211

212-
See xref:reference:features/external-config.adoc#features.external-config.yaml[] in the "`Spring Boot Features'" section for more information about YAML.
212+
See xref:reference:features/external-config.adoc#features.external-config.yaml[] in the "`Spring Boot Features`" section for more information about YAML.
213213

214214

215215

0 commit comments

Comments
 (0)