Skip to content

Commit ddd4b0d

Browse files
committed
Update AvoidUsingUsernameAndPasswordParams.md
1 parent 0fe9da7 commit ddd4b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RuleDocumentation/AvoidUsingUsernameAndPasswordParams.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ To fix a violation of this rule, please pass username and password as a PSCreden
1414

1515
Wrong:
1616
```
17-
[Int]
17+
[int]
1818
$Param2,
1919
[SecureString]
2020
$Password,
21-
[String]
21+
[string]
2222
$Username
2323
```
2424

0 commit comments

Comments
 (0)