From 6a0a433968c896293719964f7f6c477068499629 Mon Sep 17 00:00:00 2001 From: Aslak Knutsen Date: Tue, 17 Oct 2017 02:52:25 +0200 Subject: [PATCH] Correct spelling mistake in Unleash Context --- 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 459fc2565d..4a91dd1ab0 100644 --- a/docs/unleash-context.md +++ b/docs/unleash-context.md @@ -16,7 +16,7 @@ certain activation strategies. E.g. the userWithId-strategy obviously depends on the userId field. -The properties field is more generic and can be used to probide more abritary +The properties field is more generic and can be used to provide more abritary data to the strategies. A common usage is to add more metadata, e.g. that the current user is a beta user, and thus the betaUser-strategy will use this info in its implementation.