Skip to content

Commit 55c7223

Browse files
fix NIT
1 parent d5608b7 commit 55c7223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/howto-targetingfilter-aspnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ At this point, you can use the feature flag to enable or disable the `Beta` feat
205205
builder.Services.AddFeatureManagement()
206206
.WithTargeting<ExampleTargetingContextAccessor>();
207207

208-
// The rest of existing code in program.cs
208+
// The rest of existing code in Program.cs
209209
// ... ...
210210
```
211211

0 commit comments

Comments
 (0)