From 7a38445b396e550e21e57b61820664949e82c73f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CA=88=E1=B5=83=E1=B5=A2?= Date: Mon, 25 Sep 2023 14:50:52 -0700 Subject: [PATCH] Update docs/docs/installation/installing-superset-using-docker-compose.mdx Co-authored-by: Sam Firke --- .../installation/installing-superset-using-docker-compose.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/installing-superset-using-docker-compose.mdx b/docs/docs/installation/installing-superset-using-docker-compose.mdx index 2f6e342d033ce..46c50d2524a0a 100644 --- a/docs/docs/installation/installing-superset-using-docker-compose.mdx +++ b/docs/docs/installation/installing-superset-using-docker-compose.mdx @@ -63,7 +63,7 @@ When working on master branch, run the following commands to run `development` m docker compose up ``` :::tip -When running in development mode the `superset-node` container needs to finish building assets in order for the UI to render properly. If you would just like to try out Superset without making any code changes follow the steps documented for `production` or a specific version bellow. +When running in development mode the `superset-node` container needs to finish building assets in order for the UI to render properly. If you would just like to try out Superset without making any code changes follow the steps documented for `production` or a specific version below. ::: When working on master branch, run the following commands to run `production` mode using `docker compose`: