From 081693128f30120520fc75e2b08c6601223c1764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Thu, 25 Feb 2021 08:27:18 +0100 Subject: [PATCH] Update docs/sdks/node.md Co-authored-by: Christopher Kolstad --- docs/sdks/node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdks/node.md b/docs/sdks/node.md index 2e31249ad1..1b273f48a1 100644 --- a/docs/sdks/node.md +++ b/docs/sdks/node.md @@ -66,7 +66,7 @@ It can also be nice to notice that if you use an undefined feature toggle the Un It is the client SDK that computes whether a feature toggle should be considered enabled or disabled for a specific request. This is the job of the activation strategies, which are implemented in the client SDK. -The activation strategies is an implementation of rules based on data, which you provide as part of the Unleash Context. +An activation strategy is an implementation of rules based on data, which you provide as part of the Unleash Context. You provide the Unleash context as part of the second argument to the isEnabled call: