Skip to content

Commit f41067f

Browse files
author
cwanjau
committed
updated strings
1 parent 035a99f commit f41067f

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
@@ -160,7 +160,7 @@ The entire *ConfigureServices* method will look like this:
160160
- The feature flag is always disabled for user `[email protected]`, because `[email protected]` is listed in the _Exclude Users_ section.
161161
- The feature flag is always disabled for users in the `contoso-xyz.com`, because `contoso-xyz.com` is listed in the _Exclude Groups_ section.
162162
- The feature flag is always enabled for user `[email protected]`, because `[email protected]` is listed in the _Include Users_ section.
163-
- The feature flag is enabled for 50% of other users in the _contoso.com_ group, because _contoso.com_ is listed in the _Include Groups_ section with a _Percentage_ of _50_.
163+
- The feature flag is enabled for 50% of users in the _contoso.com_ group, because _contoso.com_ is listed in the _Include Groups_ section with a _Percentage_ of _50_.
164164
- The feature is always disabled for all other users, because the _Default percentage_ is set to _0_.
165165

166166
1. Select **Add** to save the targeting filter.
@@ -184,7 +184,7 @@ The following video shows this behavior in action.
184184
185185
You can create additional users with `@contoso.com` and `@contoso-xyz.com` email addresses to see the behavior of the group settings.
186186

187-
Users with `contoso-xyz.com` email addresses will not see the *Beta* item. While 50% of these users with `@contoso.com` email addresses will see the *Beta* item, the other 50% won't see the *Beta* item.
187+
Users with `contoso-xyz.com` email addresses will not see the *Beta* item. While 50% of users with `@contoso.com` email addresses will see the *Beta* item, the other 50% won't see the *Beta* item.
188188

189189
## Next steps
190190

0 commit comments

Comments
 (0)