From 84ef291b3037c55ede4715ff43fce19440cd2957 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:58:49 -0400 Subject: [PATCH] chore: more vale fixes Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> --- cloud/architecture.mdx | 2 +- cloud/features/git-backed-storage.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cloud/architecture.mdx b/cloud/architecture.mdx index 528a673..71bbffc 100644 --- a/cloud/architecture.mdx +++ b/cloud/architecture.mdx @@ -39,7 +39,7 @@ Each Flipt environment is backed by a Flipt instance. The Flipt instance is host These environments act as the data plane to serve feature flag data to your applications. When you create a feature flag in the Flipt Managed Cloud UI, it is stored in the Git repository you specify in the Flipt Managed Cloud UI. When you make a request to evaluate a feature flag, the Flipt instance in the Flipt Managed Cloud environment serves the feature flag data to your application. -Each Flipt environment get's its own unique URL that you use to serve feature flag data to your applications. Our SDKs and API clients use this URL to connect to the Flipt instance in the Flipt Managed Cloud environment. +Each Flipt environment gets its own unique URL that you use to serve feature flag data to your applications. Our SDKs and API clients use this URL to connect to the Flipt instance in the Flipt Managed Cloud environment. ## Evaluation diff --git a/cloud/features/git-backed-storage.mdx b/cloud/features/git-backed-storage.mdx index cbf2fd2..620f612 100644 --- a/cloud/features/git-backed-storage.mdx +++ b/cloud/features/git-backed-storage.mdx @@ -4,7 +4,7 @@ description: Learn about the unique benefits of using Git-backed storage with Fl mode: "wide" --- -## What is Git-Backed Storage? +## What Is Git-Backed Storage? Flipt Managed Cloud is unique in that it uses your existing Git repositories for your feature flags and configurations. This means that your feature flag data is stored in a Git repository of your choosing, which allows you to use your existing Git workflow and tools. @@ -19,7 +19,7 @@ Each environment can be connected to a different Git repository, allowing you to configured to use different directories. -## Why use Git-Backed Storage? +## Why Use Git-Backed Storage? We believe that Git is the best way to manage configuration data. It allows you to use your existing Git workflow and tools, and it allows you to version your configuration data.