Skip to content

Commit 49a8bc6

Browse files
fix acrolinx
1 parent 6b7946c commit 49a8bc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-app-configuration/feature-management-javascript-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const featureManager = new FeatureManager(featureProvider);
132132

133133
#### Use Azure App Configuration to dynamically control the state of the feature flag
134134

135-
Azure App Configuration is not only a solution to externalize storage and centralized management of your feature flags, but also it allows to dynamically turn on/off the feature flags.
135+
Azure App Configuration is not only a solution to externalize storage and centralized management of your feature flags, but also it allows you to dynamically turn on/off the feature flags.
136136

137137
To enable the dynamic refresh for feature flags, you need to configure the `refresh` property of `featureFlagOptions` when loading feature flags from Azure App Configuration.
138138

articles/azure-app-configuration/howto-targetingfilter-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this guide, you'll use the targeting filter to roll out a feature to targeted
2525

2626
In this section, you create a web application that uses the [_Beta_ feature flag](./howto-targetingfilter.md) to control the access to the beta version of a web page.
2727

28-
### Setup a Node.js Express project
28+
### Set up a Node.js Express project
2929

3030
1. Create a folder called `targeting-filter-tutorial` and initialize the project.
3131

@@ -322,7 +322,7 @@ initializeConfig()
322322
323323
:::image type="content" source="media/howto-targetingfilter-javascript/beta-enabled.png" alt-text="Screenshot of the app, showing the beta page.":::
324324
325-
1. Visit `localhost:8080/[email protected]`. You cannot see the beta page, because `[email protected]` is specified as an excluded user..
325+
1. Visit `localhost:8080/[email protected]`. You cannot see the beta page, because `[email protected]` is specified as an excluded user.
326326
327327
:::image type="content" source="media/howto-targetingfilter-javascript/beta-not-targeted.png" alt-text="Screenshot of the app, showing the default content.":::
328328

0 commit comments

Comments
 (0)