mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
docs: fix typos in docs (#15113)
* Fix small typo * shareding -> sharding * commant -> command * Update helm version
This commit is contained in:
@@ -71,7 +71,7 @@ FEATURE_FLAGS = {
|
||||
}
|
||||
```
|
||||
|
||||
For this feature you will need a cache system and celery workers. All thumbnails are store on cache
|
||||
For this feature you will need a cache system and celery workers. All thumbnails are stored on cache
|
||||
and are processed asynchronously by the workers.
|
||||
|
||||
An example config where images are stored on S3 could be:
|
||||
|
||||
@@ -32,7 +32,7 @@ cross-domain request).
|
||||
|
||||
Add the following setting in your `superset_config.py` file:
|
||||
|
||||
- `SUPERSET_WEBSERVER_DOMAINS`: list of allowed hostnames for domain shareding feature.
|
||||
- `SUPERSET_WEBSERVER_DOMAINS`: list of allowed hostnames for domain sharding feature.
|
||||
|
||||
### Middleware
|
||||
|
||||
|
||||
Reference in New Issue
Block a user