Skip to content

Commit 1ea8a0e

Browse files
Update articles/azure-app-configuration/feature-management-dotnet-reference.md
Co-authored-by: Jimmy Campbell <[email protected]>
1 parent 925f834 commit 1ea8a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ This code adds an MVC filter named `SomeMvcFilter`. This filter is only triggere
328328

329329
### Razor Pages
330330

331-
MVC Razor pages can require that a given feature, or one of any list of features, be enabled in order to execute. This requirement can be done by using a `FeatureGateAttribute`, which can be found in the `Microsoft.FeatureManagement.Mvc` namespace.
331+
MVC Razor pages can require that a given feature, or one of any list of features, be enabled in order to execute. This requirement can be added by using a `FeatureGateAttribute`, which can be found in the `Microsoft.FeatureManagement.Mvc` namespace.
332332

333333
``` C#
334334
[FeatureGate("FeatureX")]

0 commit comments

Comments
 (0)