Skip to content

Commit

Permalink
Update UnleashClient/cache.py
Browse files Browse the repository at this point in the history
Co-authored-by: sighphyre <liquidwicked64@gmail.com>
  • Loading branch information
ivanklee86 and sighphyre committed Apr 29, 2022
1 parent 5dff3ba commit adfd8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnleashClient/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class FileCache(BaseCache):
"""
The default cache for UnleashClient. Uses `fcache <https://pypi.org/project/fcache/>`_ behind the scenes.
You can boostrap the FileCache with initial configuration to improve resiliancy on startup. To do so:
You can boostrap the FileCache with initial configuration to improve resiliency on startup. To do so:
- Create a new FileCache instance.
- Bootstrap the FileCache.
Expand Down

0 comments on commit adfd8ab

Please sign in to comment.