Skip to content

Commit 0476389

Browse files
committed
Fix typo
withe -> with
1 parent b0cc129 commit 0476389

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)