From 26c08b71403251449ae84372421ed62a35022e47 Mon Sep 17 00:00:00 2001 From: Nitishupkr <95420063+Nitishupkr@users.noreply.github.com> Date: Mon, 19 Jun 2023 12:34:46 +0530 Subject: [PATCH] docs: fix typo (#1578) Signed-off-by: Nitishupkr --- docs/content/en/docs/yaml-crd-ref/evaluationdefinition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/yaml-crd-ref/evaluationdefinition.md b/docs/content/en/docs/yaml-crd-ref/evaluationdefinition.md index b16a1e072b..7bf00b85a6 100644 --- a/docs/content/en/docs/yaml-crd-ref/evaluationdefinition.md +++ b/docs/content/en/docs/yaml-crd-ref/evaluationdefinition.md @@ -50,7 +50,7 @@ spec: [KeptnMetric](metric.md) object that contains the value, identified by `name` and `namespace` * **evaluationTarget** -- Desired value of the query, - expressed as an arithmatic formula, + expressed as an arithmetic formula, usually less than (`<`) or greater than (`>`) This is used to define success or failure criteria for the referenced `KeptnMetric` in order to pass or fail