Skip to content

Commit 94444c0

Browse files
authored
Acrolinx
1 parent 3da8276 commit 94444c0

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
@@ -27,7 +27,7 @@ In this article, you learn how to roll out a new feature in an ASP.NET Core web
2727

2828
## Create a web application with authentication and feature flags
2929

30-
In this section, you will create a web application that allows users to sign in and use the **Beta** feature flag you created before. Most of steps is very similar to what you have done in [Quickstart](./quickstart-feature-flag-aspnet-core.md).
30+
In this section, you will create a web application that allows users to sign in and use the **Beta** feature flag you created before. Most of the steps are very similar to what you have done in [Quickstart](./quickstart-feature-flag-aspnet-core.md).
3131

3232
1. Create a web application that authenticates against a local database using the following command.
3333

@@ -42,7 +42,7 @@ In this section, you will create a web application that allows users to sign in
4242
dotnet add package Microsoft.FeatureManagement.AspNetCore
4343
```
4444
45-
1. Store the connection string for you App Configuration store.
45+
1. Store the connection string for your App Configuration store.
4646
4747
```dotnetcli
4848
dotnet user-secrets init

0 commit comments

Comments
 (0)