From 6afdff68f0641b61d2af81f2c3e1d8e9332d09d3 Mon Sep 17 00:00:00 2001 From: Sven Luijten <11269635+svenluijten@users.noreply.github.com> Date: Fri, 26 Apr 2019 14:29:06 +0200 Subject: [PATCH] Update unleash-context.md --- docs/unleash-context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.