From fc6242f28c9c459adb0346199f0ea164945ed44a Mon Sep 17 00:00:00 2001
From: Mark Phelps <209477+markphelps@users.noreply.github.com>
Date: Sun, 21 Jan 2024 11:49:37 -0500
Subject: [PATCH] chore: more spelling/casing
---
managed/byoc.mdx | 2 +-
managed/hybrid.mdx | 2 +-
self-hosted/docker.mdx | 2 +-
usecases/gitops.mdx | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/managed/byoc.mdx b/managed/byoc.mdx
index 1e193ab..59c2976 100644
--- a/managed/byoc.mdx
+++ b/managed/byoc.mdx
@@ -4,7 +4,7 @@ description: Tailor Flipt to your unique infrastructure needs with our BYOC offe
---
- Get on the [waitlist](https://1ld82idjvlr.typeform.com/to/s7YfGviE) for the
+ Get on the [Waitlist](https://1ld82idjvlr.typeform.com/to/s7YfGviE) for the
Flipt BYOC Beta
diff --git a/managed/hybrid.mdx b/managed/hybrid.mdx
index 081feaa..244568b 100644
--- a/managed/hybrid.mdx
+++ b/managed/hybrid.mdx
@@ -4,7 +4,7 @@ description: Use our Cloud offering as the simplest, scalable and managed backen
---
- Get on the [waitlist](https://1ld82idjvlr.typeform.com/to/s7YfGviE) for the
+ Get on the [Waitlist](https://1ld82idjvlr.typeform.com/to/s7YfGviE) for the
Flipt Hybrid Cloud Beta
diff --git a/self-hosted/docker.mdx b/self-hosted/docker.mdx
index 8934bab..ce1fcf8 100644
--- a/self-hosted/docker.mdx
+++ b/self-hosted/docker.mdx
@@ -47,7 +47,7 @@ This allows data to persist between Docker container restarts.
when the container exits!
-After starting the container you can visit http://0.0.0.0:8080 to view the
+After starting the container you can visit http://127.0.0.1:8080 to view the
application.
Flipt runs without the root user in the Docker container.
diff --git a/usecases/gitops.mdx b/usecases/gitops.mdx
index 754e166..f642fb6 100644
--- a/usecases/gitops.mdx
+++ b/usecases/gitops.mdx
@@ -29,7 +29,7 @@ Read our [Get Going with GitOps](https://www.flipt.io/docs/guides/get-going-with
Our [GitHub Action](/tooling/github-actions) allows you to easily integrate Flipt into your CI/CD pipelines. This allows you to install Flipt into your CI pipeline and run tests against your feature flags before deploying your code to production.
-You can either import your feature flag data from your repository into Flipt using our [Import Command](/cli/commands/import) or run Flipt over your repository directly using our [Local storage](/configuration/storage#local-2) backend.
+You can either import your feature flag data from your repository into Flipt using our [Import Command](/cli/commands/import) or run Flipt over your repository directly using our [Local Storage](/configuration/storage#local-2) backend.
This allows you to import your feature flag data into Flipt before running your tests.