Skip to content

Commit 1bb87ca

Browse files
committed
Remove errant space in rule name
1 parent d56ca93 commit 1bb87ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Rules/UseCorrectCasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ commands. Using lowercase operators helps distinguish them from parameters.
2525

2626
```powershell
2727
Rules = @{
28-
PS UseCorrectCasing = @{
28+
PSUseCorrectCasing = @{
2929
Enable = $true
3030
CheckCommands = $true
3131
CheckKeyword = $true

0 commit comments

Comments
 (0)