Skip to content

Commit

Permalink
chore: Update using-references.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: George <[email protected]>
  • Loading branch information
markphelps and GeorgeMac authored Jan 24, 2024
1 parent 32a46d4 commit 8d5caa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/using-references.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ We'll also need to create a pull request for our preview branch. This will trigg

Before checking on our preview environment, let's take a look at our Flipt instance. We can see that our feature flag is still showing as disabled in the UI.

This is because Flipt is configured to track the `main` branch of our Git repository by default which is what it continues to show in the UI.
This is because Flipt is configured to track the `main` branch of our Git repository by default, which is what it continues to show in the UI.

Check failure on line 188 in guides/using-references.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Openly.UnclearAntecedent] 'This is' is an unclear antecedent Raw Output: {"message": "[Openly.UnclearAntecedent] 'This is' is an unclear antecedent", "location": {"path": "guides/using-references.mdx", "range": {"start": {"line": 188, "column": 1}}}, "severity": "ERROR"}

![Our feature flag is still disabled in the UI](/images/guides/using-references/flag-disabled.png)

Expand Down

0 comments on commit 8d5caa4

Please sign in to comment.