PowerShell / PSScriptAnalyzer

Download ScriptAnalyzer from PowerShellGallery
https://www.powershellgallery.com/packages/PSScriptAnalyzer/
MIT License
1.8k stars 365 forks source link

Fix typo in AvoidUsingPlainTextForPassword error message: 'to' being repeated two times #1902

Closed ALiwoto closed 1 year ago

ALiwoto commented 1 year ago

PR Summary

This pull request fixes a small typo in Strings.resx file whereas to in value of AvoidUsingPlainTextForPasswordError was being repeated two times.

PR Checklist