Skip to content

Commit

Permalink
chore: more spelling/casing
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Jan 21, 2024
1 parent 5790960 commit fc6242f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion managed/byoc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Tailor Flipt to your unique infrastructure needs with our BYOC offe
---

<Check>
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
</Check>

Expand Down
2 changes: 1 addition & 1 deletion managed/hybrid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Use our Cloud offering as the simplest, scalable and managed backen
---

<Check>
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
</Check>

Expand Down
2 changes: 1 addition & 1 deletion self-hosted/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This allows data to persist between Docker container restarts.
when the container exits!
</Warning>

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.

<Note>Flipt runs without the root user in the Docker container.</Note>
Expand Down
2 changes: 1 addition & 1 deletion usecases/gitops.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fc6242f

Please sign in to comment.