From 59d061897844b31f7b9396bc03676cf97c82228b Mon Sep 17 00:00:00 2001 From: Evgeniy <33250618+jenoOvchi@users.noreply.github.com> Date: Thu, 23 Jun 2022 08:50:06 +0300 Subject: [PATCH] fix: Typo fixed --- website/docs/concepts/chaos-result.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/concepts/chaos-result.md b/website/docs/concepts/chaos-result.md index c0635a1d..33dcb89e 100644 --- a/website/docs/concepts/chaos-result.md +++ b/website/docs/concepts/chaos-result.md @@ -341,7 +341,7 @@ This section describes the fields/details provided by the ChaosResult spec. ## Summary Just like the ChaosExperiment CR and ChaosEngine CR, ChaosResult is a Custom Resource provided by Litmus. -ChaosResult resource holds the results of a ChaosExperiment. It comprises of some important information related to the experiment execution like Experiment Details, Verdict, Phase, ProbeSuccessPercentage etc. It is updated/patched with every experiment run. It can also be used as a source for matrics collection. +ChaosResult resource holds the results of a ChaosExperiment. It comprises of some important information related to the experiment execution like Experiment Details, Verdict, Phase, ProbeSuccessPercentage etc. It is updated/patched with every experiment run. It can also be used as a source for metrics collection. ## Learn More