Skip to content

Commit c9a78bb

Browse files
committed
Update AvoidUsingInvokeExpression.md
1 parent 6195f16 commit c9a78bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RuleDocumentation/AvoidUsingInvokeExpression.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ To fix a violation of this rule, please remove Invoke-Expression from script and
1515

1616
Wrong:
1717

18-
Invoke-Expression "get-process"
18+
Invoke-Expression "Get-Process"
1919

2020
Correct:
2121

22-
Get-process
22+
Get-Process

0 commit comments

Comments
 (0)