diff --git a/superset/utils/cache_manager.py b/superset/utils/cache_manager.py index c67644f308b1f..3f071b15435b6 100644 --- a/superset/utils/cache_manager.py +++ b/superset/utils/cache_manager.py @@ -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,