diff --git a/usecases/gitops.mdx b/usecases/gitops.mdx index 78c99d2..32c0004 100644 --- a/usecases/gitops.mdx +++ b/usecases/gitops.mdx @@ -19,7 +19,7 @@ Flipt's declarative storage backends allow it to run without a database at all. - From a file on the local filesystem - From a remote **git repository** - From an OCI compliant container image registry -- From from any of the 3 major cloud computing object storage services (AWS, Google Cloud, and Azure) +- From any of the 3 major cloud computing object storage services (AWS, Google Cloud, and Azure) Our git support enables you to evaluate feature flags across different branches and tags. This allows developers to test feature flags in a staging environment before merging them into production, or leverage preview environments to test feature flags in isolation.