From 08d1eb9f5065e8946cb474935da376b4e196fcf7 Mon Sep 17 00:00:00 2001 From: Melinda Fekete Date: Mon, 30 Sep 2024 15:05:11 +0200 Subject: [PATCH] Update website/docs/understanding-unleash/the-anatomy-of-unleash.mdx --- website/docs/understanding-unleash/the-anatomy-of-unleash.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/understanding-unleash/the-anatomy-of-unleash.mdx b/website/docs/understanding-unleash/the-anatomy-of-unleash.mdx index ea0e7c9c59d5..e35100080fae 100644 --- a/website/docs/understanding-unleash/the-anatomy-of-unleash.mdx +++ b/website/docs/understanding-unleash/the-anatomy-of-unleash.mdx @@ -74,7 +74,7 @@ When you check a [feature flag](../reference/feature-toggles.mdx) in an applicat Activation strategies tie feature flags and [environments](../reference/environments.md) together. When you assign an activation strategy to a feature flag, you do so in one environment at a time. You can assign the same strategy to the same flag in different environments, but they will be different instances of the same strategy and do not stay in sync. Unleash also lets you copy strategies from one environment to another. -Unleash comes with a number of [strategies built-in](../reference/activation-strategies.md). You can also create your own [custom activation strategies](../reference/custom-activation-strategies.md). All strategies can be further augmented by [**strategy constraints**](../reference/strategy-constraints.md). +Unleash comes with a number of [strategies built in](../reference/activation-strategies.md). You can also create your own [custom activation strategies](../reference/custom-activation-strategies.md). All strategies can be further augmented by [**strategy constraints**](../reference/strategy-constraints.md).