From 4056889128b2c585bfa6c1803fa59ac285dd7ea7 Mon Sep 17 00:00:00 2001 From: "ALi.w" Date: Thu, 9 Mar 2023 13:38:06 +0330 Subject: [PATCH] Fix typo: 'to' being repeated two times --- Rules/Strings.resx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rules/Strings.resx b/Rules/Strings.resx index 20b04712d..dbba6e570 100644 --- a/Rules/Strings.resx +++ b/Rules/Strings.resx @@ -292,7 +292,7 @@ Password parameters that take in plaintext will expose passwords and compromise the security of your system. - Parameter '{0}' should not use String type but either SecureString or PSCredential, otherwise it increases the chance to to expose this sensitive information. + Parameter '{0}' should not use String type but either SecureString or PSCredential, otherwise it increases the chance to expose this sensitive information. Avoid Using Plain Text For Password Parameter @@ -1191,4 +1191,4 @@ Parameter '{0}' of function/cmdlet '{1}' does not match its exact casing '{2}'. - \ No newline at end of file +