Skip to content

Commit 87a582c

Browse files
Jay-Kariasnitin315
andauthored
docs: fix typo in id-match rule (#18944)
* fix: typo * chore: add comma before "or" Co-authored-by: Nitin Kumar <[email protected]> --------- Co-authored-by: Nitin Kumar <[email protected]>
1 parent 2ff0e51 commit 87a582c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/rules/id-match.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rule_type: suggestion
99
Naming things consistently in a project is an often underestimated aspect of code creation.
1010
When done correctly, it can save your team hours of unnecessary head scratching and misdirections.
1111
This rule allows you to precisely define and enforce the variables and function names on your team should use.
12-
No more limiting yourself to camelCase, snake_case, PascalCase or oHungarianNotation. Id-match has all your needs covered!
12+
No more limiting yourself to camelCase, snake_case, PascalCase, or HungarianNotation. Id-match has all your needs covered!
1313

1414
## Rule Details
1515

0 commit comments

Comments
 (0)