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

kaxilnaik 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 0131726  Doc: grammar check - remove a word (#18914)
0131726 is described below

commit 01317262bc42342789812336769771a7c19cd253
Author: Gabe Flores <[email protected]>
AuthorDate: Wed Oct 13 03:19:03 2021 -0500

    Doc: grammar check - remove a word (#18914)
    
    Remove "the" from this line:
    
    "Airflow defines the some Jinja filters that can be used to format values."
---
 docs/apache-airflow/templates-ref.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/templates-ref.rst 
b/docs/apache-airflow/templates-ref.rst
index bc97315..9c0ce97 100644
--- a/docs/apache-airflow/templates-ref.rst
+++ b/docs/apache-airflow/templates-ref.rst
@@ -130,7 +130,7 @@ Just like with ``var`` it's possible to fetch a connection 
by string  (e.g. ``{{
 Filters
 -------
 
-Airflow defines the some Jinja filters that can be used to format values.
+Airflow defines some Jinja filters that can be used to format values.
 
 For example, using ``{{ execution_date | ds }}`` will output the 
execution_date in the ``YYYY-MM-DD`` format.
 

Reply via email to