Skip to content

Commit e0c5751

Browse files
committed
chore: left over from other PR
1 parent 5ee69d9 commit e0c5751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/feature_flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ You can use `get_enabled_features` method for scenarios where you need a list of
385385
???+ info "When is this useful?"
386386
You might have a list of features to unlock for premium customers, unlock a specific set of features for admin users, etc.
387387

388-
Feature flags can return any JSON values when `boolean_type` parameter is set to `False`. These can be dictionaries, list, string, integers, etc.
388+
Feature flags can return any JSON values when `boolean_type` parameter is set to `false`. These can be dictionaries, list, string, integers, etc.
389389

390390

391391
=== "app.py"

0 commit comments

Comments
 (0)