From 0476389181b297cb0e3c5a174284b14f140bfd00 Mon Sep 17 00:00:00 2001 From: Takashi Takebayashi Date: Tue, 13 May 2025 12:48:52 +0900 Subject: [PATCH] Fix typo withe -> with --- .../howto-targetingfilter-aspnet-core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/azure-app-configuration/howto-targetingfilter-aspnet-core.md b/articles/azure-app-configuration/howto-targetingfilter-aspnet-core.md index 3df7177086abd..5bb36adcc7a56 100644 --- a/articles/azure-app-configuration/howto-targetingfilter-aspnet-core.md +++ b/articles/azure-app-configuration/howto-targetingfilter-aspnet-core.md @@ -142,7 +142,7 @@ In this section, you create a web application that allows users to sign in and u 1. Enable configuration and feature flag refresh from Azure App Configuration with the App Configuration middleware. - Update Program.cs withe the following code. + Update Program.cs with the following code. ``` C# // Existing code in Program.cs