diff --git a/docs/unleash-context.md b/docs/unleash-context.md index ea17429904..fc731e6f7a 100644 --- a/docs/unleash-context.md +++ b/docs/unleash-context.md @@ -16,4 +16,4 @@ All fields are optional, but if they are not set you will not be able to use cer E.g., the `userWithId` strategy obviously depends on the `userId` field. -The `properties` field is more generic and can be used to provide more abritary data to strategies. Typical usage is to add more metadata. For instance, the `betaUser` strategy may read a field from `properties` to check whether the current user a beta user. \ No newline at end of file +The `properties` field is more generic and can be used to provide more abritary data to strategies. Typical usage is to add more metadata. For instance, the `betaUser` strategy may read a field from `properties` to check whether the current user is a beta user.