From aeeb192b69ba86949a088c5269b8155e6d4a752d Mon Sep 17 00:00:00 2001 From: Pratik Borhade Date: Tue, 21 Sep 2021 07:22:34 +0530 Subject: [PATCH] Fixes #124: Typo on chaos-workflow page Signed-off-by: Pratik Borhade --- website/docs/concepts/chaos-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/concepts/chaos-workflow.md b/website/docs/concepts/chaos-workflow.md index 5ee2bbc0..47c673ad 100644 --- a/website/docs/concepts/chaos-workflow.md +++ b/website/docs/concepts/chaos-workflow.md @@ -6,7 +6,7 @@ sidebar_label: Chaos Workflow --- -**Chaos Workflow** is a set of different operations coupled together to achieve desired chaos imapact on a Kubernetes Cluster.
+**Chaos Workflow** is a set of different operations coupled together to achieve desired chaos impact on a Kubernetes Cluster.
It is useful in automating a series of pre-conditioning steps or action which is necessary to be performed before triggering the chaos injection.
A Chaos Workflow can also be used to perform different operations parallelly to achieve a desired chaos injection scenario.