We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d49f3d + b59bfc0 commit 56f2911Copy full SHA for 56f2911
scripts/PSCodingStandards/Get-RuleForPath.ps1
@@ -47,7 +47,7 @@ function Get-RuleForPath {
47
}
48
49
$modifiedPathWithReplacement = Join-Path (Resolve-Path . -Relative) $Path
50
- # repalce "src" with "test" to make it match up
+ # replace "src" with "test" to make it match up
51
$sep = [IO.Path]::DirectorySeparatorChar
52
$modifiedPathWithReplacement = $modifiedPathWithReplacement.Replace( ($sep + "src" + $sep + "rules"), ($sep + "test" + $sep + "rules"))
53
$modifiedPath = Join-Path (Resolve-Path . -Relative) $Path
0 commit comments