Skip to content

Commit

Permalink
docs: fix typos in docs (#15113)
Browse files Browse the repository at this point in the history
* Fix small typo

* shareding -> sharding

* commant -> command

* Update helm version
  • Loading branch information
Jacob Kim authored Jul 10, 2021
1 parent 78dd17c commit 9ed8ce5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ This is an optional feature that can be turned on by activating its feature flag
}
For this feature you will need a cache system and celery workers. All thumbnails are store on cache and are processed
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:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/docs/installation/caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/docs/installation/networking_settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion helm/superset/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ maintainers:
- name: craig-rueda
email: [email protected]
url: https://github.com/craig-rueda
version: 0.3.4
version: 0.3.5
dependencies:
- name: postgresql
version: 10.2.0
Expand Down
2 changes: 1 addition & 1 deletion helm/superset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ supersetCeleryBeat:
## Init job configuration
init:
# Configure resources
# Warning: fab commant consumes a lot of ram and can
# Warning: fab command consumes a lot of ram and can
# cause the process to be killed due to OOM if it exceeds limit
resources: {}
# limits:
Expand Down

0 comments on commit 9ed8ce5

Please sign in to comment.