From dd0547d42586226a6811951a51d19b4736e249e7 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Wed, 24 Jan 2024 08:10:46 -0500 Subject: [PATCH] chore: Update using-references.mdx --- guides/using-references.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/using-references.mdx b/guides/using-references.mdx index aff5d62..f50733a 100644 --- a/guides/using-references.mdx +++ b/guides/using-references.mdx @@ -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)