소스 검색

style-guide: update note on cases (#13256)

K.B.Dharun Krishna 8 달 전
부모
커밋
35928f41d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contributing-guides/style-guide.md

+ 1 - 1
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,