Skip to content

Commit 56f2911

Browse files
committed
Merge remote-tracking branch 'upstream/jsinglet/slash-fixes' into jsinglet/slash-fixes
2 parents 9d49f3d + b59bfc0 commit 56f2911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/PSCodingStandards/Get-RuleForPath.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function Get-RuleForPath {
4747
}
4848

4949
$modifiedPathWithReplacement = Join-Path (Resolve-Path . -Relative) $Path
50-
# repalce "src" with "test" to make it match up
50+
# replace "src" with "test" to make it match up
5151
$sep = [IO.Path]::DirectorySeparatorChar
5252
$modifiedPathWithReplacement = $modifiedPathWithReplacement.Replace( ($sep + "src" + $sep + "rules"), ($sep + "test" + $sep + "rules"))
5353
$modifiedPath = Join-Path (Resolve-Path . -Relative) $Path

0 commit comments

Comments
 (0)