Skip to content

Commit

Permalink
chore: more vale fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps committed Aug 19, 2024
1 parent 7577335 commit 84ef291
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloud/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions cloud/features/git-backed-storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -19,7 +19,7 @@ Each environment can be connected to a different Git repository, allowing you to
configured to use different directories.
</Tip>

## 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.

Expand Down

0 comments on commit 84ef291

Please sign in to comment.