Skip to content

Commit b6e8674

Browse files
committed
Merge pull request #2011 from bactoria
* pr/2011: Fix typo
2 parents 3232825 + db8a94c commit b6e8674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-beans.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8129,7 +8129,7 @@ profile expressions:
81298129

81308130
* `!`: A logical "`not`" of the profile
81318131
* `&`: A logical "`and`" of the profiles
8132-
* `|`_ A logical "`or`" of the profiles
8132+
* `|`: A logical "`or`" of the profiles
81338133

81348134
NOTE: You cannot mix the `&` and `|` operators without using parentheses. For example,
81358135
`production & us-east | eu-central` is not a valid expression. It must be expressed as

0 commit comments

Comments
 (0)