From d4d25aca452481bf9f73c6dfbce013c3ce68680b Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 27 Aug 2018 16:56:57 +0800 Subject: [PATCH] Fix code block (#2413) * Update Chinese translation * cUpdate Chinese translation * fix code block --- .../tasks/traffic-management/request-routing/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content_zh/docs/tasks/traffic-management/request-routing/index.md b/content_zh/docs/tasks/traffic-management/request-routing/index.md index fd718fbb56..207a964b4e 100644 --- a/content_zh/docs/tasks/traffic-management/request-routing/index.md +++ b/content_zh/docs/tasks/traffic-management/request-routing/index.md @@ -52,7 +52,7 @@ keywords: [流量管理,路由] spec: hosts: - details - http: + http: - route: - destination: host: details @@ -67,9 +67,9 @@ keywords: [流量管理,路由] gateways: - bookinfo-gateway - mesh - hosts: + hosts: - productpage - http: + http: - route: - destination: host: productpage @@ -83,7 +83,7 @@ keywords: [流量管理,路由] spec: hosts: - ratings - http: + http: - route: - destination: host: ratings @@ -97,7 +97,7 @@ keywords: [流量管理,路由] spec: hosts: - reviews - http: + http: - route: - destination: host: reviews