You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/02/29 20:04:00 UTC

(superset) 01/01: fix(docs): just a missing backtick

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch rusackas-patch-2
in repository https://gitbox.apache.org/repos/asf/superset.git

commit bd8992bdc281e96285e6451c27abd5e74a961986
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Thu Feb 29 13:03:52 2024 -0700

    fix(docs): just a missing backtick
---
 docs/docs/installation/cache.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/installation/cache.mdx b/docs/docs/installation/cache.mdx
index 11fb2f5c6a..17b1dd95ad 100644
--- a/docs/docs/installation/cache.mdx
+++ b/docs/docs/installation/cache.mdx
@@ -64,7 +64,7 @@ DATA_CACHE_CONFIG = {
 
 The cache timeout for charts may be overridden by the settings for an individual chart, dataset, or
 database. Each of these configurations will be checked in order before falling back to the default
-value defined in `DATA_CACHE_CONFIG.
+value defined in `DATA_CACHE_CONFIG`.
 
 Note, that by setting the cache timeout to `-1`, caching for charting data can be disabled, either
 per chart, dataset or database, or by default if set in `DATA_CACHE_CONFIG`.