From 2e0944a4478390f0f4e136ba8f0980362b932dfa Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 2 Sep 2019 11:05:12 +0800 Subject: [PATCH] fix notes (#4878) --- content/docs/concepts/traffic-management/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/concepts/traffic-management/index.md b/content/docs/concepts/traffic-management/index.md index e51fc0775f..c351caaede 100644 --- a/content/docs/concepts/traffic-management/index.md +++ b/content/docs/concepts/traffic-management/index.md @@ -1334,7 +1334,7 @@ spec: You can use delay and abort faults together. The following configuration introduces a delay of 5 seconds for all requests from the `v2` subset of the -`ratings` service to the `v1` subset of the `ratings` service and an abort for +`reviews` service to the `v1` subset of the `ratings` service and an abort for 10% of them: {{< text yaml >}}