Skip to content

Commit

Permalink
chore: left over from other PR
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa committed Dec 31, 2021
1 parent 5ee69d9 commit e0c5751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/utilities/feature_flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ You can use `get_enabled_features` method for scenarios where you need a list of
???+ info "When is this useful?"
You might have a list of features to unlock for premium customers, unlock a specific set of features for admin users, etc.

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


=== "app.py"
Expand Down

0 comments on commit e0c5751

Please sign in to comment.