Skip to content

Commit 6c12428

Browse files
h404birkeithhill
authored andcommitted
Fix a typo in PSScriptAnalyzerSettings.psd1 (#1224)
1 parent 6ceb0d6 commit 6c12428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/PSScriptAnalyzerSettings.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'PSShouldProcess',
1818
'PSUseApprovedVerbs',
1919
'PSAvoidUsingCmdletAliases',
20-
'PSUseDeclaredVarsMoreThanAssigments')
20+
'PSUseDeclaredVarsMoreThanAssignments')
2121

2222
# Do not analyze the following rules. Use ExcludeRules when you have
2323
# commented out the IncludeRules settings above and want to include all

0 commit comments

Comments
 (0)