diff --git a/docs/reference/flag-definitions.md b/docs/reference/flag-definitions.md index a9d20268e..c97c15a13 100644 --- a/docs/reference/flag-definitions.md +++ b/docs/reference/flag-definitions.md @@ -149,8 +149,7 @@ A targeting rule **must** be valid JSON. Flagd uses a modified version of [JsonLogic](https://jsonlogic.com/), as well as some custom pre-processing, to evaluate these rules. If no targeting rules are defined, the response reason will always be `STATIC`, this allows for the flag values to be cached, this behavior is described [here](specifications/rpc-providers.md#caching). - -#### Variants From Targeting Rules +#### Variants Returned From Targeting Rules The output of the targeting rule **must** match the name of one of the defined variants. Once exception to the above is that rules may return `true` or `false` which will map to the variant indexed by the equivalent string (`"true"`, `"false"`).