From 29c0237e88a1f77260f317fa2fdbc42e67e5e77f Mon Sep 17 00:00:00 2001 From: Spencer Shadley Date: Mon, 30 Jan 2023 17:25:26 -0800 Subject: [PATCH] Fixed grammatical issue (#29253) (cherry picked from commit 08ec820b167ab3b2489ad8e4fb900d9390cfea49) --- docs/apache-airflow/start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/start.rst b/docs/apache-airflow/start.rst index ac5817612ab2b..5ce49decd2bd4 100644 --- a/docs/apache-airflow/start.rst +++ b/docs/apache-airflow/start.rst @@ -37,7 +37,7 @@ This quick start guide will help you bootstrap an Airflow standalone instance on If you wish to install Airflow using those tools you should use the constraint files and convert them to appropriate format and workflow that your tool requires. -The installation of Airflow is painless if you are following the instructions below. Airflow uses +The installation of Airflow is painless if you follow the instructions below. Airflow uses constraint files to enable reproducible installation, so using ``pip`` and constraint files is recommended. .. code-block:: bash