Skip to content

Commit 6eb20ab

Browse files
committed
Polish "Document the semantic of using multiple profile expressions"
See gh-44866
1 parent 6eae09b commit 6eb20ab

File tree

1 file changed

+1
-3
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features

1 file changed

+1
-3
lines changed

Diff for: spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc

+1-3
Original file line numberDiff line numberDiff line change
@@ -545,9 +545,7 @@ The following activation properties are available:
545545
| Property | Note
546546

547547
| `on-profile`
548-
| A profile expression that must match for the document to be active,
549-
or a list of profile expressions of which at least one must match for the document to be active.
550-
Please note comma-separated list such as `foo,bar` is equal to `foo\|bar` instead of `foo&bar`.
548+
| 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.
551549

552550
| `on-cloud-platform`
553551
| The javadoc:org.springframework.boot.cloud.CloudPlatform[] that must be detected for the document to be active.

0 commit comments

Comments
 (0)