Skip to content

Commit

Permalink
Fix typos in overview.rst (#40061)
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjiehan committed Jun 5, 2024
1 parent 07982b0 commit 9bcf665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/apache-airflow/core-concepts/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ A minimal Airflow installation consists of the following components:
* A *webserver*, which presents a handy user interface to inspect, trigger and debug the behaviour of
DAGs and tasks.

* A folder of *DAG files* is read by the *scheduler* to figure out what tasks to run and when and to
* A folder of *DAG files*, which is read by the *scheduler* to figure out what tasks to run and when to
run them.

* A *metadata database*, which airflow components use to store state of workflows and tasks.
Expand Down Expand Up @@ -163,7 +163,7 @@ DAGs and tasks, but cannot author DAGs.

The *DAG files* need to be synchronized between all the components that use them - *scheduler*,
*triggerer* and *workers*. The *DAG files* can be synchronized by various mechanisms - typical
ways how DAGs can be synchronized are described in :doc:`helm-chart:manage-dags-files` ot our
ways how DAGs can be synchronized are described in :doc:`helm-chart:manage-dags-files` of our
Helm Chart documentation. Helm chart is one of the ways how to deploy Airflow in K8S cluster.

.. image:: ../img/diagram_distributed_airflow_architecture.png
Expand Down

0 comments on commit 9bcf665

Please sign in to comment.