From 633309cbbf1b313db73ec70620e07c9d6e44a073 Mon Sep 17 00:00:00 2001 From: youmoo Date: Mon, 16 Dec 2019 22:44:49 +0800 Subject: [PATCH] Fix typo (#6115) "less than" not "less that" --- .../en/docs/tasks/traffic-management/fault-injection/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/traffic-management/fault-injection/index.md b/content/en/docs/tasks/traffic-management/fault-injection/index.md index dab219bdb8..88256f651d 100644 --- a/content/en/docs/tasks/traffic-management/fault-injection/index.md +++ b/content/en/docs/tasks/traffic-management/fault-injection/index.md @@ -139,7 +139,7 @@ so that it is compatible with (less than) the timeout of the downstream `product If you migrate all traffic to `reviews:v3` as described in the [traffic shifting](/docs/tasks/traffic-management/traffic-shifting/) task, you can then -try to change the delay rule to any amount less that 2.5s, for example 2s, and confirm +try to change the delay rule to any amount less than 2.5s, for example 2s, and confirm that the end-to-end flow continues without any errors. ## Injecting an HTTP abort fault