This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-7-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 6da499c38051cf88cb0f8988a09aee141688ea77 Author: Jérôme Gurhem <[email protected]> AuthorDate: Thu Sep 14 17:32:12 2023 +0200 docs: correct typo in best-practices.rst (#34361) (cherry picked from commit f93b046a38baa8eb4e4b513ef515635bc6c20fe8) --- 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 a150da936c..50aa44a57d 100644 --- a/docs/apache-airflow/best-practices.rst +++ b/docs/apache-airflow/best-practices.rst @@ -23,7 +23,7 @@ Best Practices Creating a new DAG is a three-step process: - writing Python code to create a DAG object, -- testing if the code meets our expectations, +- testing if the code meets your expectations, - configuring environment dependencies to run your DAG This tutorial will introduce you to the best practices for these three steps.
