Skip to content

Commit 256bdc7

Browse files
Fix doc typo (#319)
1 parent 786f156 commit 256bdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can specify a fallback function for cases where the client doesn't recognize
4646
4747
Notes:
4848

49-
- Must accept the fature name and context as an argument.
49+
- Must accept the feature name and context as an argument.
5050
- Client will evaluate the fallback function only if exception occurs when calling the ``is_enabled()`` method i.e. feature flag not found or other general exception.
5151

5252
You can also use the ``fallback_function`` argument to replace the obsolete ``default_value`` by using a lambda that ignores its inputs:

0 commit comments

Comments
 (0)