Skip to content

Commit d5608b7

Browse files
fix NIT
1 parent cd95836 commit d5608b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ In this section, you will create a web application that allows users to sign in
7373
// Add feature management to the container of services.
7474
builder.Services.AddFeatureManagement();
7575
76-
// The rest of existing code in program.cs
76+
// The rest of existing code in Program.cs
7777
// ... ...
7878
```
7979
@@ -86,7 +86,7 @@ In this section, you will create a web application that allows users to sign in
8686
// Use Azure App Configuration middleware for dynamic configuration refresh.
8787
app.UseAzureAppConfiguration();
8888
89-
// The rest of existing code in program.cs
89+
// The rest of existing code in Program.cs
9090
// ... ...
9191
```
9292

0 commit comments

Comments
 (0)