1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00

Update docs/sdks/node.md

This commit is contained in:
Christopher Kolstad 2021-02-24 10:53:44 +01:00 committed by GitHub
parent 8ec53d4f9a
commit 40e14b6d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ## 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. The activation strategies is an implementation of rules based on data, which you provide as part of the Unleash Context.