From 6eb20abc90eeaa3eeebfbed157e80cdb930d8908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 17 Apr 2025 14:24:18 +0200 Subject: [PATCH] Polish "Document the semantic of using multiple profile expressions" See gh-44866 --- .../modules/reference/pages/features/external-config.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc index e7b6f42d17a..e322faec499 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc @@ -545,9 +545,7 @@ The following activation properties are available: | Property | Note | `on-profile` -| A profile expression that must match for the document to be active, -or a list of profile expressions of which at least one must match for the document to be active. -Please note comma-separated list such as `foo,bar` is equal to `foo\|bar` instead of `foo&bar`. +| A profile expression that must match for the document to be active, or a list of profile expressions of which at least one must match for the document to be active. | `on-cloud-platform` | The javadoc:org.springframework.boot.cloud.CloudPlatform[] that must be detected for the document to be active.