Skip to content

Commit bfa257a

Browse files
committed
Adjusted wording around ITargetingContextAccessor
1 parent 1ea8a0e commit bfa257a

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
@@ -201,7 +201,7 @@ In this section, you create a web application that allows users to sign in and u
201201
202202
The targeting filter evaluates a user's feature state based on the user's targeting context, which comprises the user ID and the groups the user belongs to. In this example, you can use the signed-in user's email address as the user ID and the domain name of the email address as the group.
203203
204-
To get targeting context for users automatically (instead of manually constructing a targeting context each time), an implementation of [ITargetingContextAccessor](./feature-management-dotnet-reference.md#itargetingcontextaccessor) is required.
204+
To evaluate features that use targeting without the need to manually pass a targeting context, an [ITargetingContextAccessor](./feature-management-dotnet-reference.md#itargetingcontextaccessor) can be used.
205205
206206
### Default Targeting Accessor
207207

0 commit comments

Comments
 (0)