Skip to content

Commit

Permalink
chore: Update using-references.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Jan 24, 2024
1 parent 3d2f4f0 commit dd0547d
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 @@ -211,7 +211,7 @@ This means our feature flag is enabled successfully in our preview environment.

Now that we've tested our new API in our preview environment, we can merge our pull request and deploy our changed flag definition to production.

Note that we don't have to make any code changes in our production application. This is because our application is already configured to track the HEAD of the `main` Git branch. This means that when we merge our pull request, our application will automatically start using the new flag state.
Note that we don't have to make any code changes in our production application. This is because our Flipt is already configured to track the HEAD of the `main` Git branch. This means that when we merge our pull request, our application will automatically start using the new flag state.

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

Expand Down

0 comments on commit dd0547d

Please sign in to comment.