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 4cd15f8926 Fix 'use case' spelling (#38817)
4cd15f8926 is described below
commit 4cd15f8926b6aa2b25dbef3c961d545d6cbf72be
Author: Tzu-ping Chung <[email protected]>
AuthorDate: Mon Apr 8 15:27:04 2024 +0800
Fix 'use case' spelling (#38817)
The top-level site uses 'use case' but the documentation uses
'use-case'. The former seems to be the more popular spelling.
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index 91b4f23996..00e698803c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -382,7 +382,7 @@ html_theme_options["navbar_links"] = [
{"href": "/community/", "text": "Community"},
{"href": "/meetups/", "text": "Meetups"},
{"href": "/docs/", "text": "Documentation"},
- {"href": "/use-cases/", "text": "Use-cases"},
+ {"href": "/use-cases/", "text": "Use Cases"},
{"href": "/announcements/", "text": "Announcements"},
{"href": "/blog/", "text": "Blog"},
{"href": "/ecosystem/", "text": "Ecosystem"},