Browse Source

Merge pull request #2011 from bactoria

* pr/2011:
  Fix typo
pull/2013/head
Stephane Nicoll 7 years ago
parent
commit
b6e8674700
  1. 2
      src/docs/asciidoc/core/core-beans.adoc

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

@ -8129,7 +8129,7 @@ profile expressions: @@ -8129,7 +8129,7 @@ profile expressions:
* `!`: A logical "`not`" of the profile
* `&`: A logical "`and`" of the profiles
* `|`_ A logical "`or`" of the profiles
* `|`: A logical "`or`" of the profiles
NOTE: You cannot mix the `&` and `|` operators without using parentheses. For example,
`production & us-east | eu-central` is not a valid expression. It must be expressed as

Loading…
Cancel
Save