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

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

commit 995dffc584b7df42e5c7e5b588428bdf5bee5538
Author: eladkal <[email protected]>
AuthorDate: Thu Mar 2 18:41:54 2023 +0200

    replace tree view with grid view in docs (#29879)
    
    (cherry picked from commit a71f908a0eeab0c0671c39bef394ee07e06039d9)
---
 docs/apache-airflow/best-practices.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/best-practices.rst 
b/docs/apache-airflow/best-practices.rst
index 65a3d29fa0..b3004ea5b4 100644
--- a/docs/apache-airflow/best-practices.rst
+++ b/docs/apache-airflow/best-practices.rst
@@ -75,7 +75,7 @@ result -
 Deleting a task
 ----------------
 
-Be careful when deleting a task from a DAG. You would not be able to see the 
Task in Graph View, Tree View, etc making
+Be careful when deleting a task from a DAG. You would not be able to see the 
Task in Graph View, Grid View, etc making
 it difficult to check the logs of that Task from the Webserver. If that is not 
desired, please create a new DAG.
 
 

Reply via email to