From 622366f39ad9d545dea99c327702f01c85806145 Mon Sep 17 00:00:00 2001 From: Matthew Wilson <54033231+wilson-matthew@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:24:46 +0100 Subject: [PATCH] docs: fix typo Signed-off-by: Matthew Wilson <54033231+wilson-matthew@users.noreply.github.com> --- docs/reference/openfeature-operator/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/openfeature-operator/overview.md b/docs/reference/openfeature-operator/overview.md index 682c88ed5..47b64bcfa 100644 --- a/docs/reference/openfeature-operator/overview.md +++ b/docs/reference/openfeature-operator/overview.md @@ -1,5 +1,5 @@ # OpenFeature Operator -The OpenFeature Operator provides a convent way to using flagd in your Kubernetes cluster. +The OpenFeature Operator provides a convenient way to use flagd in your Kubernetes cluster. It allows you to define feature flags as custom resources, inject flagd as a sidecar, and more. Please see the [installation guide](https://github.com/open-feature/open-feature-operator/blob/main/docs/installation.md) to get started.