Skip to content

Commit 449752c

Browse files
committed
Minor asciidoctor formatting
1 parent 811f5ab commit 449752c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ placeholders syntax to access YAML properties.
434434

435435
[[boot-features-external-config-multi-profile-yaml]]
436436
==== Multi-profile YAML documents
437-
You can specify multiple profile-specific YAML document in a single file by
437+
You can specify multiple profile-specific YAML documents in a single file by
438438
by using a `spring.profiles` key to indicate when the document applies. For example:
439439

440440
[source,yaml,indent=0]
@@ -453,9 +453,10 @@ by using a `spring.profiles` key to indicate when the document applies. For exam
453453
address: 192.168.1.120
454454
----
455455

456-
In the example above, the `server.address` property will be `127.0.0.1` if the `development`
457-
profile is active. If the `development` and `production` profiles are **not** enabled, then the
458-
value for the property will be `192.168.1.100`
456+
In the example above, the `server.address` property will be `127.0.0.1` if the
457+
`development` profile is active. If the `development` and `production` profiles are *not*
458+
enabled, then the value for the property will be `192.168.1.100`
459+
459460

460461

461462
[[boot-features-external-config-yaml-shortcomings]]
@@ -646,6 +647,7 @@ to determine when this particular document is included in the configuration. See
646647
<<howto-change-configuration-depending-on-the-environment>> for more details.
647648

648649

650+
649651
[[boot-features-programmatically-setting-profiles]]
650652
=== Programmatically setting profiles
651653
You can programmatically set active profiles by calling

0 commit comments

Comments
 (0)