You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2021/11/09 15:45:45 UTC

[superset] branch master updated: fix: various typo fixes in MD files (#17309)

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

villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b1de57  fix: various typo fixes in MD files (#17309)
6b1de57 is described below

commit 6b1de57207c38ade4a3bb5700e95066cc14f70ee
Author: PApostol <50...@users.noreply.github.com>
AuthorDate: Tue Nov 9 15:44:10 2021 +0000

    fix: various typo fixes in MD files (#17309)
    
    * Various typo fixes in MD files
    
    * Undo fixes in CHANGELOG.md to match PR titles
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Geido <60...@users.noreply.github.com>
    
    Co-authored-by: Geido <60...@users.noreply.github.com>
---
 CONTRIBUTING.md     | 6 +++---
 RELEASING/README.md | 2 +-
 UPDATING.md         | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ffe592b..898024c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -904,7 +904,7 @@ apt install -y net-tools
 pip install debugpy
 ```
 
-Find the PID for the Flask process. Make sure to use the first PID. The Flask app will re-spawn a sub-process everytime you change any of the python code. So it's important to use the first PID.
+Find the PID for the Flask process. Make sure to use the first PID. The Flask app will re-spawn a sub-process every time you change any of the python code. So it's important to use the first PID.
 
 ```bash
 ps -ef
@@ -975,7 +975,7 @@ Once the pod is running as root and has the SYS_PTRACE capability it will be abl
 
 You can follow the same instructions as in the docker-compose. Enter the pod and install the required library and packages; gdb, netstat and debugpy.
 
-Often in a kuernetes environment nodes are not addressable from ouside the cluster. VSCode will thus be unable to remotely connect to port 5678 on a kubernetes node. In order to do this you need to create a tunnel that port forwards 5678 to your local machine.
+Often in a Kubernetes environment nodes are not addressable from outside the cluster. VSCode will thus be unable to remotely connect to port 5678 on a Kubernetes node. In order to do this you need to create a tunnel that port forwards 5678 to your local machine.
 
 ```
 kubectl port-forward  pod/superset-<some random id> 5678:5678
@@ -1341,7 +1341,7 @@ Chart parameters are stored as a JSON encoded string the `slices.params` column
 
 The following tables provide a non-exhausive list of the various fields which can be present in the JSON object grouped by the Explorer pane sections. These values were obtained by extracting the distinct fields from a legacy deployment consisting of tens of thousands of charts and thus some fields may be missing whilst others may be deprecated.
 
-Note not all fields are correctly catagorized. The fields vary based on visualization type and may apprear in different sections depending on the type. Verified deprecated columns may indicate a missing migration and/or prior migrations which were unsucessful and thus future work may be required to clean up the form-data.
+Note not all fields are correctly categorized. The fields vary based on visualization type and may apprear in different sections depending on the type. Verified deprecated columns may indicate a missing migration and/or prior migrations which were unsuccessful and thus future work may be required to clean up the form-data.
 
 ### Datasource & Chart Type
 
diff --git a/RELEASING/README.md b/RELEASING/README.md
index 92934a4..2ab5b32 100644
--- a/RELEASING/README.md
+++ b/RELEASING/README.md
@@ -179,7 +179,7 @@ the tag and create a signed source tarball from it:
 Note that `make_tarball.sh`:
 
 - By default assumes you have already executed an SVN checkout to `$HOME/svn/superset_dev`.
-This can be overriden by setting `SUPERSET_SVN_DEV_PATH` environment var to a different svn dev directory
+This can be overridden by setting `SUPERSET_SVN_DEV_PATH` environment var to a different svn dev directory
 - Will refuse to craft a new release candidate if a release already exists on your local svn dev directory
 - Will check `package.json` version number and fails if it's not correctly set
 
diff --git a/UPDATING.md b/UPDATING.md
index 6cb3c83..d844ef4 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -49,7 +49,7 @@ assists people when migrating to a new version.
 
 ### Potential Downtime
 
-- [14234](https://github.com/apache/superset/pull/14234): Adds the `limiting_factor` column to the `query` table. Give the migration includes a DDL operation on a heavily trafficed table, potential service downtime may be required.
+- [14234](https://github.com/apache/superset/pull/14234): Adds the `limiting_factor` column to the `query` table. Give the migration includes a DDL operation on a heavily trafficked table, potential service downtime may be required.
 
 -[16454](https://github.com/apache/superset/pull/16454): Adds the `extra` column to the `table_columns` table. Users using MySQL will either need to schedule downtime or use the percona toolkit (or similar) to perform the migration.
 
@@ -232,7 +232,7 @@ assists people when migrating to a new version.
 - [8699](https://github.com/apache/superset/pull/8699): A `row_level_security_filters`
   table has been added, which is many-to-many with `tables` and `ab_roles`. The applicable filters
   are added to the sqla query, and the RLS ids are added to the query cache keys. If RLS is enabled in config.py (`ENABLE_ROW_LEVEL_SECURITY = True`; by default, it is disabled), they can be
-  accessed through the `Security` menu, or when editting a table.
+  accessed through the `Security` menu, or when editing a table.
 
 - [8732](https://github.com/apache/superset/pull/8732): Swagger user interface is now enabled by default.
   A new permission `show on SwaggerView` is created by `superset init` and given to the `Admin` Role. To disable the UI,
@@ -411,7 +411,7 @@ Superset 0.25.0 contains a backwards incompatible changes.
 If you run a production system you should schedule downtime for this
 upgrade.
 
-The PRs bellow have more information around the breaking changes:
+The PRs below have more information around the breaking changes:
 
 - [9825](https://github.com/apache/superset/pull/9825): Support for Excel sheet upload added. To enable support, install Superset with the optional dependency `excel`