Skip to content

Commit fa0f995

Browse files
fix typo
1 parent eae3990 commit fa0f995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/howto-feature-filters-aspnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services.AddFeatureManagement();
4040
```
4141

4242
> [!TIP]
43-
> You can create your own feature filters that implements the `Microsoft.FeatureManagement.IFeatureFilter` interface. The feature filters can be registered by calling the `AddFeatureFilter` method. For built-in feature filters, calling `AddFeatureFilter` is no longer needed since `Microsoft.FeatureManagement` 3.0.0.
43+
> You can create your own feature filter that implements the `Microsoft.FeatureManagement.IFeatureFilter` interface. The feature filter can be registered by calling the `AddFeatureFilter` method. For built-in feature filters, calling `AddFeatureFilter` is no longer needed since `Microsoft.FeatureManagement` 3.0.0.
4444
>
4545
> ```csharp
4646
> services.AddFeatureManagement()

0 commit comments

Comments
 (0)