From 9c5c124155cd9bf111ba9d1c16fe24f1bb7bda33 Mon Sep 17 00:00:00 2001 From: Jan Suleiman Date: Thu, 27 Jun 2024 19:25:53 +0200 Subject: [PATCH] docs: fix typo in docker compose doc (#29390) --- docs/docs/installation/docker-compose.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/docker-compose.mdx b/docs/docs/installation/docker-compose.mdx index 82c492de8..9e785cd19 100644 --- a/docs/docs/installation/docker-compose.mdx +++ b/docs/docs/installation/docker-compose.mdx @@ -23,7 +23,7 @@ documentation. ::: -As mentioned in our [quickstart guidee](/docs/quickstart), The fastest way to try +As mentioned in our [quickstart guide](/docs/quickstart), the fastest way to try Superset locally is using Docker Compose on a Linux or Mac OSX computer. Superset does not have official support for Windows. It's also the easiest way to launch a fully functioning **development environment** quickly.