Skip to content

Commit

Permalink
fix: typo in strategy-constraints.md (#2115)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Sep 29, 2022
1 parent ec7e256 commit 9ba441b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/advanced/strategy-constraints.md
Expand Up @@ -13,7 +13,7 @@ Unleash 4.9 introduced a more comprehensive set of constraint operators. These r
When using _advanced strategy constraints_ (any operator that isn't `IN` or `NOT_IN`), *make sure your client SDK is up to date* and supports this feature. For older versions of the client SDKs we **cannot guarantee** any specific behavior. Please see the [incompatibilities section](#incompatibilities) for more information.
:::

**Strategy constraints** are conditions that must be satisifed for an [activation strategy](../user_guide/activation_strategy) to be evaluated for a feature toggle.
**Strategy constraints** are conditions that must be satisfied for an [activation strategy](../user_guide/activation_strategy) to be evaluated for a feature toggle.
With strategy constraints, you can:
- roll out a feature **only to users in a specific region**
- schedule a feature to be **released at a specific time**
Expand Down

0 comments on commit 9ba441b

Please sign in to comment.