diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
index 90980e3f57..1fa755ccfa 100644
--- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
@@ -1074,7 +1074,8 @@ it's loaded too early. You need to either use `logback-spring.xml` or define a
The `` tag allows you to optionally include or exclude sections of
configuration based on the active Spring profiles. Profile sections are supported anywhere
within the `` element. Use the `name` attribute to specify which profile
-accepts the configuration.
+accepts the configuration. Multiple profiles can be specified using a comma-separated
+list.
[source,xml,indent=0]
----
@@ -1082,6 +1083,10 @@ accepts the configuration.
+
+
+
+