Skip to content

Commit 6c34c02

Browse files
mateusscheperphilwebb
authored andcommitted
Improving readability
Improving readability by adding ",".
1 parent dfa7359 commit 6c34c02

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ See "`xref:reference:features/profiles.adoc[Profiles]`" in the "`Spring Boot fea
265265
Spring Boot supports multi-document YAML and Properties files (see xref:reference:features/external-config.adoc#features.external-config.files.multi-document[Working With Multi-Document Files] for details) which can be activated conditionally based on the active profiles.
266266

267267
If a document contains a `spring.config.activate.on-profile` key, then the profiles value (a comma-separated list of profiles or a profile expression) is fed into the Spring `Environment.acceptsProfiles()` method.
268-
If the profile expression matches then that document is included in the final merge (otherwise, it is not), as shown in the following example:
268+
If the profile expression matches, then that document is included in the final merge (otherwise, it is not), as shown in the following example:
269269

270270
[configprops,yaml]
271271
----

0 commit comments

Comments
 (0)