You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/06/30 14:33:49 UTC

[airflow] 01/02: Update ui.rst (#24514)

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

ephraimanierobi pushed a commit to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit ba19e032ddedfdc0e5f2bfd687ec705e33c8a744
Author: Habibullah Oladepo <ha...@yahoo.com>
AuthorDate: Fri Jun 17 12:10:49 2022 +0100

    Update ui.rst (#24514)
    
    Fix minor typos
    
    (cherry picked from commit 31f113e4de019399ea6439909e5f6b1ad187fa3f)
---
 docs/apache-airflow/ui.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/apache-airflow/ui.rst b/docs/apache-airflow/ui.rst
index 1889f6883f..5b41658928 100644
--- a/docs/apache-airflow/ui.rst
+++ b/docs/apache-airflow/ui.rst
@@ -76,7 +76,7 @@ Task groups are indicated by a caret and can be opened or closed:
 
 .. image:: img/grid_task_group.png
 
-Mapped Tasks are indicated by a square brackets and will show a table of each mapped task instance in the details panel:
+Mapped Tasks are indicated by square brackets and will show a table of each mapped task instance in the details panel:
 
 .. image:: img/grid_mapped_task.png
 
@@ -159,7 +159,7 @@ provide yet more context.
 
 Task Instance Context Menu
 ..........................
-From the pages seen above (tree view, graph view, gantt, ...), it is always
+From the pages seen above (grid view, graph view, gantt, ...), it is always
 possible to click on a task instance, and get to this rich context menu
 that can take you to more detailed metadata, and perform some actions.