This is an automated email from the ASF dual-hosted git repository. elizabeth pushed a commit to branch eschutho-patch-1 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 0615f884f56c6a9c858ed7b48e9286db36dd7ef3 Author: Elizabeth Thompson <[email protected]> AuthorDate: Thu May 9 10:10:48 2024 -0700 Update development.mdx fix typo --- docs/docs/contributing/development.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/contributing/development.mdx b/docs/docs/contributing/development.mdx index 06bd74ef03..bf350ffa4f 100644 --- a/docs/docs/contributing/development.mdx +++ b/docs/docs/contributing/development.mdx @@ -3,7 +3,7 @@ title: Setting up a Development Environment sidebar_position: 3 version: 1 --- -# Setting up a Development Envrionment +# Setting up a Development Environment The documentation in this section is a bit of a patchwork of knowledge representing the multitude of ways that exist to run Superset (`docker-compose`, just "docker", on "metal", using
