Skip to content

Commit

Permalink
Update docs/feature-flags/creating-feature-flags/targeting.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Yuichi Okimoto <[email protected]>
  • Loading branch information
kentakozuka and cre8ivejp authored Jun 12, 2024
1 parent 339119f commit 316837f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature-flags/creating-feature-flags/targeting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ For example, consider you created a rollout rule using the **Date** condition fo

### Feature flag

You also can define rollout rules based on other feature flags. The **feature flag** option is similar to the [Prerequisites](/feature-flags/creating-feature-flags/targeting#prerequisites), meaning the condition is based on other feature flags' evaluations. The rule's condition is satisfied if the user is evaluated with the expected variation on the feature flag.
You also can define rollout rules based on other feature flags. The **Feature flag** option is similar to the [Prerequisites](/feature-flags/creating-feature-flags/targeting#prerequisites), meaning the condition is based on other feature flags' evaluations. The rule's condition is satisfied if the user is evaluated with the expected variation on the feature flag.

For example, consider that you created a rollout rule using the **Feature flag** condition based on the `true` variation of the foo feature flag.

Expand Down

0 comments on commit 316837f

Please sign in to comment.