Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: fixing rules.md
* fixing typo of example from subject-case rule
  • Loading branch information
Naedri authored Jul 10, 2024
commit 57b7e79d4b2977eaf219870290fa9ee7d458d327
2 changes: 1 addition & 1 deletion docs/reference/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Infinity
'pascal-case', // PascalCase
'sentence-case', // Sentence case
'snake-case', // snake_case
'start-case'. // Start Case
'start-case', // Start Case
]
```

Expand Down