This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit d365728cdc66fd55d819c8b1cb020f8e35557371
Author: Antonin Stefanutti <[email protected]>
AuthorDate: Wed Dec 2 17:14:06 2020 +0100

    chore(doc): Fix typos in operator monitoring guide
---
 docs/modules/ROOT/pages/observability/operator.adoc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/modules/ROOT/pages/observability/operator.adoc 
b/docs/modules/ROOT/pages/observability/operator.adoc
index a46e6f5..0f109c2 100644
--- a/docs/modules/ROOT/pages/observability/operator.adoc
+++ b/docs/modules/ROOT/pages/observability/operator.adoc
@@ -118,11 +118,11 @@ As an example, hereafter is the alerting rules that are 
defined in `PrometheusRu
 
 | `CamelKReconciliationFailure`
 | warning
-| More that 1% of the reconciliation requests have failed over at least 10 min.
+| More than 1% of the reconciliation requests have failed over at least 10 min.
 
 | `CamelKSuccessBuildDuration2m`
 | warning
-| More that 10% of the successful builds have their duration above 2 min over 
at least 1 min.
+| More than 10% of the successful builds have their duration above 2 min over 
at least 1 min.
 
 | `CamelKSuccessBuildDuration5m`
 | critical
@@ -130,15 +130,15 @@ As an example, hereafter is the alerting rules that are 
defined in `PrometheusRu
 
 | `CamelKBuildError`
 | critical
-| More that 1% of the builds for have errored over at least 10 min.
+| More than 1% of the builds have errored over at least 10 min.
 
 | `CamelKBuildQueueDuration1m`
 | warning
-| More that 1% of the builds have been queued for more than 1 min over at 
least 1 min.
+| More than 1% of the builds have been queued for more than 1 min over at 
least 1 min.
 
 | `CamelKBuildQueueDuration5m`
 | critical
-| More that 1% of the builds have been queued for more than 5 min over at 
least 1 min.
+| More than 1% of the builds have been queued for more than 5 min over at 
least 1 min.
 
 |===
 

Reply via email to