From 40e14b6d16f1b17b85fd3c8f8d8e433d89682642 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Wed, 24 Feb 2021 10:53:44 +0100 Subject: [PATCH] Update docs/sdks/node.md --- 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 2710141ff6..173a64e7e2 100644 --- a/docs/sdks/node.md +++ b/docs/sdks/node.md @@ -64,7 +64,7 @@ It can also be nice to notice that if you use an undefined feature toggle the Un ## Step 4: Provide the Unleash-context -It is the client SDK that computes whether a feature toggle should be considered enabled or disabled for specific use request. This is the job of the activation strategies, which are implemented in the client SDK. +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.