Skip to content
Prev Previous commit
Next Next commit
Update docs/rules/filenames-match-regex.md
Co-authored-by: Arelia Jones <2359538+arelia@users.noreply.github.com>
  • Loading branch information
gracepark and arelia authored Nov 25, 2024
commit 3116c0c79539fc699762aecb6db8a8a10ad35a2c
2 changes: 1 addition & 1 deletion docs/rules/filenames-match-regex.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Rule Details

TRule to ensure that filenames match a convention, with a default of camelCase.
Rule to ensure that filenames match a convention, with a default of camelCase.

👎 Examples of **incorrect** filename for this default rule:

Expand Down