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

gopidesu 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 fcbeb88c809 Fix doubel quote mtime in airflow-core/docs/faq.rst 
(#51293)
fcbeb88c809 is described below

commit fcbeb88c809081418c8534770983a9a7edc4296e
Author: GPK <gopidesupa...@gmail.com>
AuthorDate: Mon Jun 2 13:18:56 2025 +0100

    Fix doubel quote mtime in airflow-core/docs/faq.rst (#51293)
---
 airflow-core/docs/faq.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-core/docs/faq.rst b/airflow-core/docs/faq.rst
index 9eb5fa79ad0..a37dcba6eb5 100644
--- a/airflow-core/docs/faq.rst
+++ b/airflow-core/docs/faq.rst
@@ -233,7 +233,7 @@ There are several reasons why DAGs might disappear from the 
UI. Common causes in
 
   * Symbolic link swapping delays
   * Permission changes during sync
-  * `mtime` preservation issues
+  * ``mtime`` preservation issues
 
 * **Time synchronization issues** - Ensure all nodes (database, schedulers, 
workers) use NTP with <1s clock drift.
 

Reply via email to