Skip to content

Commit 4e3e6d8

Browse files
authored
docs: what the ahh typo
1 parent 490439f commit 4e3e6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/docs/guide/09-feature-flags/01-feature-flags.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ const result = await myFlag.run({ identify: { isBooster: true } });
115115
const result = await myFlag.run({ identify: () => ({ isBooster: true }) });
116116
```
117117

118-
This is not recommended must of the time but may be useful in some cases.
118+
This is not recommended most of the time but may be useful in some cases.
119119
:::

0 commit comments

Comments
 (0)