From 75b158dd1554e4b0907fb27ef7007d8b02adc317 Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Tue, 18 Apr 2023 15:37:34 +0200 Subject: [PATCH] fix typo Signed-off-by: Moritz Wiesinger --- .../concepts/architecture/components/metrics-operator/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/concepts/architecture/components/metrics-operator/_index.md b/docs/content/en/docs/concepts/architecture/components/metrics-operator/_index.md index 48752c79f0e..90e5e23a128 100644 --- a/docs/content/en/docs/concepts/architecture/components/metrics-operator/_index.md +++ b/docs/content/en/docs/concepts/architecture/components/metrics-operator/_index.md @@ -51,4 +51,4 @@ If not, then it skips reconciling and requeues the request for later. * If the metric should be reconciled, it fetches the provider defined in the `Spec.Provider.Name` field. * If the provider is not found, it returns and requeues the request for later. * If the provider is found, it loads the provider and evaluates the query defined in the `Spec.Query` field. -* If the evaluation is succesful, it stores the fetched value in the status of the `KeptnMetric` object. +* If the evaluation is successful, it stores the fetched value in the status of the `KeptnMetric` object.