This is an automated email from the ASF dual-hosted git repository. potiuk 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 301b0eac34f fix: typo Update variable.rst (#46427) 301b0eac34f is described below commit 301b0eac34f323752ea11534b7d7832d38d25889 Author: suyesh-amatya <hisuy...@hotmail.com> AuthorDate: Wed Feb 5 20:01:40 2025 +0100 fix: typo Update variable.rst (#46427) Variable key typo in the docs. --- docs/apache-airflow/howto/variable.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/howto/variable.rst b/docs/apache-airflow/howto/variable.rst index b4b395dd63c..5e0017fb1c0 100644 --- a/docs/apache-airflow/howto/variable.rst +++ b/docs/apache-airflow/howto/variable.rst @@ -37,7 +37,7 @@ Storing Variables in Environment Variables Airflow Variables can also be created and managed using Environment Variables. The environment variable naming convention is :envvar:`AIRFLOW_VAR_{VARIABLE_NAME}`, all uppercase. -So if your variable key is ``FOO`` then the variable name should be ``AIRFLOW_VAR_FOO``. +So if your variable key is ``foo`` then the variable name should be ``AIRFLOW_VAR_FOO``. For example,