This is an automated email from the ASF dual-hosted git repository.
beto 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 4183a03 style: fix typo in documentation (#13063)
4183a03 is described below
commit 4183a03542577fc93f1ba2d6ca778bfabc1a8a95
Author: Daniel Ben-Zion <[email protected]>
AuthorDate: Wed Feb 10 11:33:46 2021 -0800
style: fix typo in documentation (#13063)
* Update README.md
* Update introduction.mdx
---
README.md | 2 +-
docs/src/pages/docs/introduction.mdx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 8ab1210..31190ad 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ Superset provides:
authentication backends (database, OpenID, LDAP, OAuth, REMOTE_USER, etc)
* The ability to add custom visualization plugins
* An API for programmatic customization
-* A cloud-native archiecture designed from the ground up for scale
+* A cloud-native architecture designed from the ground up for scale
## Supported Databases
diff --git a/docs/src/pages/docs/introduction.mdx
b/docs/src/pages/docs/introduction.mdx
index c49eb94..9dce86f 100644
--- a/docs/src/pages/docs/introduction.mdx
+++ b/docs/src/pages/docs/introduction.mdx
@@ -33,7 +33,7 @@ Superset provides:
- Integration with major authentication backends (database, OpenID, LDAP,
OAuth, REMOTE_USER, etc)
- The ability to add custom visualization plugins
- An API for programmatic customization
-- A cloud-native archiecture designed from the ground up for scale
+- A cloud-native architecture designed from the ground up for scale
Superset is cloud-native and designed to be highly available. It was designed
to scale out to large,
distributed environments and works very well inside containers. While you can
easily test drive