This is an automated email from the ASF dual-hosted git repository.
xddeng 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 a587dda Fix doc typo (#15584)
a587dda is described below
commit a587ddab79f7b92c25d4da404fe222365c48b95c
Author: Xinbin Huang <[email protected]>
AuthorDate: Wed Apr 28 23:20:59 2021 -0700
Fix doc typo (#15584)
---
docs/apache-airflow/timezone.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/apache-airflow/timezone.rst b/docs/apache-airflow/timezone.rst
index e612746..63d1cec 100644
--- a/docs/apache-airflow/timezone.rst
+++ b/docs/apache-airflow/timezone.rst
@@ -49,7 +49,7 @@ By default the Web UI will show times in UTC. It is possible
to change the timez
"Local" is detected from the browser's timezone. The "Server" value comes from
the ``default_timezone`` setting in the ``[core]`` section.
-The users' selected timezone is stored in LocalStorage so is a pre-browser
setting.
+The users' selected timezone is stored in LocalStorage so is a per-browser
setting.
.. note::