Skip to content

Commit 20f6595

Browse files
authored
Correct UseCorrectCasing typo for #341 (#342)
Removed space in example key name
1 parent 0f049ee commit 20f6595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/docs-conceptual/PSScriptAnalyzer/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)