From 35928f41d8a4de21bd9f379bf20e1a29c4a4e26e Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 11 Jul 2024 23:19:10 +0530 Subject: [PATCH] style-guide: update note on cases (#13256) --- contributing-guides/style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index c557c43955..059be5817e 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -65,7 +65,7 @@ Example: ``` > [!NOTE] -> The filename and page title must match the command name exactly. The page title can be present in any case, whereas the filenames must be lowercase. +> The page's filename and title must match the command name exactly. The page title can be present in any case, whereas the page's Markdown filenames must be lowercase. There is a linter that enforces the format above. It is run automatically on every pull request,