From 3f2e2371ef3fe5f665296958df2ec5517b7e9ff5 Mon Sep 17 00:00:00 2001 From: Jordan Bassingthwaite Date: Wed, 4 Sep 2024 15:39:16 -0400 Subject: [PATCH] docs: Fixing missing 'c' in installation guide documentation (#30127) Co-authored-by: Evan Rusackas Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> --- 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 b48f53e0a..a85cf72d6 100644 --- a/docs/docs/installation/docker-compose.mdx +++ b/docs/docs/installation/docker-compose.mdx @@ -15,7 +15,7 @@ import useBaseUrl from "@docusaurus/useBaseUrl"; :::caution Since `docker compose` is primarily designed to run a set of containers on **a single host** and can't support requirements for **high availability**, we do not support nor recommend -using our `docker- ompose` constructs to support production-type use-cases. For single host +using our `docker compose` constructs to support production-type use-cases. For single host environments, we recommend using [minikube](https://minikube.sigs.k8s.io/docs/start/) along our [installing on k8s](https://superset.apache.org/docs/installation/running-on-kubernetes) documentation.