Skip to content

Commit 4f4ae19

Browse files
update
1 parent 1d25709 commit 4f4ae19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -276,7 +276,7 @@ The following snippet demonstrates how to implement a customized feature filter
276276
}
277277
```
278278

279-
You need to register your custom filter under the `customFilters` property of the `FeatureManagerOptions` object passed to the `FeatureManager` constructor.
279+
You need to register the custom filter under the `customFilters` property of the `FeatureManagerOptions` object passed to the `FeatureManager` constructor.
280280

281281
```typescript
282282
const featureManager = new FeatureManager(ffProvider, {

0 commit comments

Comments
 (0)