From 1d1b48b19bb4569c9c0e88afe14e006d7f7fce6b Mon Sep 17 00:00:00 2001 From: csviri Date: Wed, 16 Mar 2022 09:23:01 +0100 Subject: [PATCH] doc: fix typo --- docs/documentation/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/features.md b/docs/documentation/features.md index 95924e24dd..60f3756440 100644 --- a/docs/documentation/features.md +++ b/docs/documentation/features.md @@ -196,7 +196,7 @@ custom resource, the reconciliation could be skipped. This is supported out of t default is not triggered if the change to the main custom resource does not increase the `.metadata.generation` field. Note that the increase of `.metada.generation` is handled automatically by Kubernetes. -To turn on this feature set `generationAwareEventProcessing` to `false` for the `Reconciler`. +To turn off this feature set `generationAwareEventProcessing` to `false` for the `Reconciler`. ## Support for Well Known (non-custom) Kubernetes Resources