Skip to content

Commit 582af27

Browse files
improve acrolinx score
1 parent 4f755dd commit 582af27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ In this tutorial, you use a variant feature flag to manage experiences for diffe
120120
npm create vite@latest client
121121
```
122122
123-
This will create a modern React app in the `client` directory.
123+
This creates a modern React app in the `client` directory.
124124
125125
1. Switch to the *client* folder and install the required dependencies
126126
@@ -380,7 +380,7 @@ In this tutorial, you use a variant feature flag to manage experiences for diffe
380380
npm run build
381381
```
382382
383-
1. Go back to the root folder, launch the backend.
383+
1. Go back to the root folder and launch the backend.
384384
385385
386386
```bash
@@ -391,11 +391,11 @@ In this tutorial, you use a variant feature flag to manage experiences for diffe
391391
392392
:::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.":::
393393
394-
1. You can use `userId` query parameter in the url to specify the user id. Visit `localhost:8080/?userId=UserA` and you will see a long greeting message.
394+
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.
395395
396396
:::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.":::
397397
398-
1. Try different user IDs to see how the variant feature flag changes the greeting message for different segments of users. Visit `localhost:8080/?userId=UserB` and you will see a shorter greeting message.
398+
1. Try different user IDs to see how the variant feature flag changes the greeting message for different segments of users. Visit `localhost:8080/?userId=UserB` and you see a shorter greeting message.
399399
400400
:::image type="content" source="media/howto-variant-feature-flags-javascript/simple-variant.png" alt-text="Screenshot of the Quote of the day app, showing simple greeting message for the user.":::
401401

0 commit comments

Comments
 (0)