You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/12/15 12:15:51 UTC

[airflow] branch main updated: Fix typo (#20314)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new de36616  Fix typo (#20314)
de36616 is described below

commit de36616e1e3b578d9a5b6727daf7a32fe15c4c32
Author: Tanguy <35...@users.noreply.github.com>
AuthorDate: Wed Dec 15 13:15:24 2021 +0100

    Fix typo (#20314)
    
    Build should be built.
---
 docs/apache-airflow/installation/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/installation/index.rst b/docs/apache-airflow/installation/index.rst
index bbd3424..844d3dd 100644
--- a/docs/apache-airflow/installation/index.rst
+++ b/docs/apache-airflow/installation/index.rst
@@ -155,7 +155,7 @@ This installation method is useful when you are familiar with Container/Docker s
 running Airflow components in isolation from other software running on the same physical or virtual machines with easy
 maintenance of dependencies.
 
-The images are build by Apache Airflow release managers and they use officially released packages from PyPI
+The images are built by Apache Airflow release managers and they use officially released packages from PyPI
 and official constraint files- same that are used for installing Airflow from PyPI.
 
 **Intended users**