Skip to content

Commit 59cecb5

Browse files
authored
Fix typo: 'to' being repeated two times (#1902)
1 parent 33461f4 commit 59cecb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rules/Strings.resx

+2-2
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
<value>Password parameters that take in plaintext will expose passwords and compromise the security of your system.</value>
293293
</data>
294294
<data name="AvoidUsingPlainTextForPasswordError" xml:space="preserve">
295-
<value>Parameter '{0}' should not use String type but either SecureString or PSCredential, otherwise it increases the chance to to expose this sensitive information.</value>
295+
<value>Parameter '{0}' should not use String type but either SecureString or PSCredential, otherwise it increases the chance to expose this sensitive information.</value>
296296
</data>
297297
<data name="AvoidUsingPlainTextForPasswordCommonName" xml:space="preserve">
298298
<value>Avoid Using Plain Text For Password Parameter</value>
@@ -1191,4 +1191,4 @@
11911191
<data name="UseCorrectCasingParameterError" xml:space="preserve">
11921192
<value>Parameter '{0}' of function/cmdlet '{1}' does not match its exact casing '{2}'.</value>
11931193
</data>
1194-
</root>
1194+
</root>

0 commit comments

Comments
 (0)