From c4a295e8b442c6970fa627136120fb6cf204e909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=99=A9=EC=A4=80=EC=98=A4?= Date: Wed, 7 Nov 2018 15:31:33 +0900 Subject: [PATCH] Fix typo : instead of _ --- src/docs/asciidoc/core/core-beans.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/core/core-beans.adoc b/src/docs/asciidoc/core/core-beans.adoc index 447876237aff..0de96828050e 100644 --- a/src/docs/asciidoc/core/core-beans.adoc +++ b/src/docs/asciidoc/core/core-beans.adoc @@ -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