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.
1 parent db6db5c commit e8f0686Copy full SHA for e8f0686
eng/common/spelling/Invoke-Cspell.ps1
@@ -87,7 +87,7 @@ function Test-VersionReportMatches() {
87
$expectedPackageVersion = '6.12.0'
88
89
# Act
90
- $actual = &"$PSSCriptRoot/Invoke-Cspell.ps1" `
+ $actual = &"$PSScriptRoot/Invoke-Cspell.ps1" `
91
-JobType '--version'
92
93
# Assert
0 commit comments