Skip to content

Commit 5e6a404

Browse files
fix typo
1 parent de8679f commit 5e6a404

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
@@ -974,7 +974,7 @@ You can also register a customized implementation for `ITargetingContextAccessor
974974
975975
``` C#
976976
services.AddFeatureManagement()
977-
.WithTargeting<HttpContextTargetingContextAccessor>();
977+
.WithTargeting<ExampleTargetingContextAccessor>();
978978
```
979979
980980
#### ITargetingContextAccessor

0 commit comments

Comments
 (0)