Skip to content

Commit

Permalink
Fix spelling: following (#19594)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzm0 authored Apr 8, 2022
1 parent 44e3103 commit 8da2c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/utils/cache_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _init_cache(
if cache_type is None and not app.debug:
logger.warning(
"Falling back to the built-in cache, that stores data in the "
"metadata database, for the followinng cache: `%s`. "
"metadata database, for the following cache: `%s`. "
"It is recommended to use `RedisCache`, `MemcachedCache` or "
"another dedicated caching backend for production deployments",
cache_config_key,
Expand Down

0 comments on commit 8da2c9b

Please sign in to comment.