We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490439f commit 4e3e6d8Copy full SHA for 4e3e6d8
apps/website/docs/guide/09-feature-flags/01-feature-flags.mdx
@@ -115,5 +115,5 @@ const result = await myFlag.run({ identify: { isBooster: true } });
115
const result = await myFlag.run({ identify: () => ({ isBooster: true }) });
116
```
117
118
-This is not recommended must of the time but may be useful in some cases.
+This is not recommended most of the time but may be useful in some cases.
119
:::
0 commit comments