From aa80cba2221588d75b820db17bf2884e2d752eab Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 15 Dec 2021 10:27:11 +0100 Subject: [PATCH] chore: lowercase
tag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Don't know why it got uppercased 🤷 --- website/docs/advanced/strategy-constraints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/advanced/strategy-constraints.md b/website/docs/advanced/strategy-constraints.md index 712d39e2fc..110fd02774 100644 --- a/website/docs/advanced/strategy-constraints.md +++ b/website/docs/advanced/strategy-constraints.md @@ -6,7 +6,7 @@ title: Strategy Constraints -
+
Strategy constraints allow you to set preconditions on activation strategies that must be satisfied for the activation strategy to take effect. For example, you might want a strategy to only trigger if a user belongs to a specific group or is in a specific country.