Skip to content

Commit

Permalink
docs: fix typo in id-match rule (#18944)
Browse files Browse the repository at this point in the history
* fix: typo

* chore: add comma before "or"

Co-authored-by: Nitin Kumar <[email protected]>

---------

Co-authored-by: Nitin Kumar <[email protected]>
  • Loading branch information
Jay-Karia and snitin315 authored Sep 25, 2024
1 parent 2ff0e51 commit 87a582c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/rules/id-match.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rule_type: suggestion
Naming things consistently in a project is an often underestimated aspect of code creation.
When done correctly, it can save your team hours of unnecessary head scratching and misdirections.
This rule allows you to precisely define and enforce the variables and function names on your team should use.
No more limiting yourself to camelCase, snake_case, PascalCase or oHungarianNotation. Id-match has all your needs covered!
No more limiting yourself to camelCase, snake_case, PascalCase, or HungarianNotation. Id-match has all your needs covered!

## Rule Details

Expand Down

0 comments on commit 87a582c

Please sign in to comment.