* fix typo

* trigger ci

* trigger ci only
This commit is contained in:
yì jí 2018-08-23 11:05:08 +08:00 committed by istio-bot
parent 95bd707886
commit c36b73f18a
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ response_code: response.code
destination_version: destination.labels["version"] | "unknown"
{{< /text >}}
冒号右侧的序列是属性表达式的最简单形式。前两行只包括了属性名称。`response_code` 标签的内容来自于 `request.code` 属性。
冒号右侧的序列是属性表达式的最简单形式。前两行只包括了属性名称。`response_code` 标签的内容来自于 `response.code` 属性。
以下是条件表达式的示例: