From 6d36c80d0b3f497bb3baa0864e497ee69ac65505 Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Mon, 8 Apr 2024 15:27:04 +0800 Subject: [PATCH] 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. (cherry picked from commit 4cd15f8926b6aa2b25dbef3c961d545d6cbf72be) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 90c9b68e6f0ea..e959544a096d4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -382,7 +382,7 @@ def _get_rst_filepath_from_path(filepath: pathlib.Path): {"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"},