Skip to content

Commit 93571c7

Browse files
1 parent 0b9339a commit 93571c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/docs/featureflags.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,17 @@ Control variant by is always set to non-sticky. This is to ensure this is the on
7676

7777
### Step 3: Rollout Groups
7878

79-
Feature flags may consistent of one or more rollout groups. Users are evaluated against each rollout group in order until one is found that the user qualifies for.
79+
Feature flags may consist of one or more rollout groups. Users are evaluated against each rollout group in order until one is found that the user qualifies for.
8080

8181
You can target 'All Users', or optionally target rollout of your feature flags to subsets of your user base rather than to all your users with [Cohorts](https://docs.mixpanel.com/docs/cohorts).
8282
These are dynamic audiences of Mixpanel users based on user behavior or properties. Use these to target feature flags to specific subsets of your user base. For example, target only users who did 5 purchases in the last week.
8383

8484
<Callout type="info">
8585
- Cohorts used in feature flag targeting refresh on a periodic cadence (~every 2 hours). So once a user qualifies for a cohort, it can take up to 2 hours before they see a desired experience.
86-
- If you want users to continue seeing the same variant even if they disqualify from the cohort in the future, couple this with **Sticky Variants.** This will ensure a user continues to see the new experience until he flag is turned off.
86+
- If you want users to continue seeing the same variant even if they disqualify from the cohort in the future, couple this with **Sticky Variants.** This will ensure a user continues to see the new experience until the flag is turned off.
8787
</Callout>
8888

89-
**Runtime Targeting** enabled targeting users immediately based on device or platform properties. For example, only users who are on android device and in the UK
89+
**Runtime Targeting** enables targeting users immediately based on device or platform properties. For example, only users who are on Android devices and in the UK.
9090
- When building a cohort, if you add a filter, navigate to `+ Create New`, you'll be able to add a new runtime property filter.
9191
- Runtime properties (e.g., `platform`, `path`, `country`) should be passed by the SDK at request time for immediate, per-request decisions.
9292

0 commit comments

Comments
 (0)