You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/01/04 21:03:32 UTC

[airflow] branch master updated: Remove redundant word (#13466)

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

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new dd78ad0  Remove redundant word (#13466)
dd78ad0 is described below

commit dd78ad06eae93659c1595a626a4a65c82fea5a7a
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Mon Jan 4 21:03:20 2021 +0000

    Remove redundant word (#13466)
    
    `for for` -> `for`
---
 airflow/customized_form_field_behaviours.schema.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/customized_form_field_behaviours.schema.json b/airflow/customized_form_field_behaviours.schema.json
index 11ac673..78791a8 100644
--- a/airflow/customized_form_field_behaviours.schema.json
+++ b/airflow/customized_form_field_behaviours.schema.json
@@ -3,7 +3,7 @@
   "type": "object",
   "properties": {
     "hidden_fields": {
-      "description": "List of hidden fields for for the hook.",
+      "description": "List of hidden fields for the hook.",
       "type": "array",
       "items": {
         "type": "string"