Skip to content

Commit c8c242d

Browse files
authored
Merge pull request #126777 from changeworld/patch-3
Fix typo: withe -> with
2 parents edfa037 + 0476389 commit c8c242d

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
@@ -142,7 +142,7 @@ In this section, you create a web application that allows users to sign in and u
142142
143143
1. Enable configuration and feature flag refresh from Azure App Configuration with the App Configuration middleware.
144144
145-
Update Program.cs withe the following code.
145+
Update Program.cs with the following code.
146146
147147
``` C#
148148
// Existing code in Program.cs

0 commit comments

Comments
 (0)