Skip to content

Commit c6ced76

Browse files
committed
Swap over and expand descriptions of CheckCommands and CheckOperator
1 parent 1bb87ca commit c6ced76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Rules/UseCorrectCasing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ Enable or disable the rule during ScriptAnalyzer invocation.
4242

4343
#### CheckCommands: bool (Default value is `$true`)
4444

45-
If true, require the case of all operators to be lowercase.
45+
If true, require the case of all command and parameter names to match their canonical casing.
4646

4747
#### CheckKeyword: bool (Default value is `$true`)
4848

4949
If true, require the case of all keywords to be lowercase.
5050

5151
#### CheckOperator: bool (Default value is `$true`)
5252

53-
If true, require the case of all commands to match their actual casing.
53+
If true, require the case of all operators (e.g. -eq, -ne, -gt) to be lowercase.
5454

5555
## Examples
5656

0 commit comments

Comments
 (0)