Skip to content

Commit 701336f

Browse files
committed
docs: update comment.
1 parent 512a91e commit 701336f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nextjs-approuter/app/lib/flags.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export type FeatureFlagName =
88
// test the feature flag integration. It is a "txt" value type and
99
// will be rendered in the app on client-side.
1010
| 'welcome_message'
11-
// Beta users is a multi-value feature flag that we can use to
12-
// test the feature flag integration. It is a "json" value type and
13-
// contains an array of user emails.
11+
// Beta users is a feature flag that depends on the signed-in
12+
// user's email being passed in as a trait, to be tested against
13+
// the segment override in Flagsmith.
1414
| 'beta_users'

0 commit comments

Comments
 (0)