This is an automated email from the ASF dual-hosted git repository.
ash 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 decaaeb Fix spelling error causing tests to fail on main (#18021)
decaaeb is described below
commit decaaebb36b9d10472776c18f5dffeb10d165709
Author: Ash Berlin-Taylor <[email protected]>
AuthorDate: Fri Sep 3 19:32:17 2021 +0100
Fix spelling error causing tests to fail on main (#18021)
I merged the PR that added this too eagerly
---
airflow/config_templates/config.yml | 2 +-
airflow/config_templates/default_airflow.cfg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/airflow/config_templates/config.yml
b/airflow/config_templates/config.yml
index 1b4223d..95e1bcd 100644
--- a/airflow/config_templates/config.yml
+++ b/airflow/config_templates/config.yml
@@ -820,7 +820,7 @@
- name: access_control_allow_origins
description: |
Indicates whether the response can be shared with requesting code from
the given origins.
- Separate urls with space.
+ Separate URLs with space.
type: string
version_added: ~
example: ~
diff --git a/airflow/config_templates/default_airflow.cfg
b/airflow/config_templates/default_airflow.cfg
index 1e5aea0..9bc1252 100644
--- a/airflow/config_templates/default_airflow.cfg
+++ b/airflow/config_templates/default_airflow.cfg
@@ -446,7 +446,7 @@ access_control_allow_headers =
access_control_allow_methods =
# Indicates whether the response can be shared with requesting code from the
given origins.
-# Separate urls with space.
+# Separate URLs with space.
access_control_allow_origins =
[lineage]