From b9951279a0007db99a6f4c52197907ebfa1bf325 Mon Sep 17 00:00:00 2001 From: Andy Garfield Date: Tue, 23 Feb 2021 09:28:21 -0500 Subject: [PATCH] Fix typo in docker.rst (#14389) --- docs/apache-airflow/start/docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/start/docker.rst b/docs/apache-airflow/start/docker.rst index 018cc7f3540ba..86a583aba20f1 100644 --- a/docs/apache-airflow/start/docker.rst +++ b/docs/apache-airflow/start/docker.rst @@ -72,7 +72,7 @@ On **Linux**, the mounted volumes in container use the native Linux filesystem u mkdir ./dags ./logs ./plugins echo -e "AIRFLOW_UID=$(id -u)\nAIRFLOW_GID=0" > .env -On **all operating system**, you need to run database migrations and create the first user account. To do it, run. +On **all operating systems**, you need to run database migrations and create the first user account. To do it, run. .. code-block:: bash