Skip to content

Commit

Permalink
Fix spelling: following (apache#19594)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzm0 authored and philipher29 committed Jun 9, 2022
1 parent 3fc4270 commit 10c180e
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 10c180e

Please sign in to comment.