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