You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/02/23 14:28:33 UTC

[airflow] branch master updated: Fix typo in docker.rst (#14389)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new b995127  Fix typo in docker.rst (#14389)
b995127 is described below

commit b9951279a0007db99a6f4c52197907ebfa1bf325
Author: Andy Garfield <an...@gmail.com>
AuthorDate: Tue Feb 23 09:28:21 2021 -0500

    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 018cc7f..86a583a 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