Skip to content

Commit db8a94c

Browse files
bactoriasnicoll
authored andcommitted
Fix typo
Closes gh-2011
1 parent 3232825 commit db8a94c

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)