Skip to content

Commit ca7b9c8

Browse files
authored
Update articles/azure-app-configuration/howto-variant-feature-flags-javascript.md
1 parent 6c3484e commit ca7b9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/howto-variant-feature-flags-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ In this tutorial, you use a variant feature flag to manage experiences for diffe
236236
237237
:::image type="content" source="media/howto-variant-feature-flags-javascript/default-variant.png" alt-text="Screenshot of the Quote of the day app, showing no greeting message for the user.":::
238238
239-
1. You can use `userId` query parameter in the url to specify the user id. Visit `localhost:8080/?userId=UserA` and you see a long greeting message.
239+
1. You can use `userId` query parameter in the url to specify the user ID. Visit `localhost:8080/?userId=UserA` and you see a long greeting message.
240240
241241
:::image type="content" source="media/howto-variant-feature-flags-javascript/long-variant.png" alt-text="Screenshot of the Quote of the day app, showing long greeting message for the user.":::
242242

0 commit comments

Comments
 (0)