docs: fix typos in docs (#15113)

* Fix small typo

* shareding -> sharding

* commant -> command

* Update helm version
This commit is contained in:
Jacob Kim
2021-07-11 05:00:04 +09:00
committed by GitHub
parent 78dd17cb29
commit 9ed8ce53ed
5 changed files with 5 additions and 5 deletions

View File

@@ -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:

View File

@@ -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