Skip to content

Commit

Permalink
Fix case-sensitive spelling in scripts that get deployed to C++ repo (#…
Browse files Browse the repository at this point in the history
…7665)

* Fix case-sensitive spelling in scripts that get deployed to C++ repo

* Removed cspell:ignore per Azure/azure-sdk-for-cpp#5346 (comment)

---------

Co-authored-by: Anton Kolesnyk <[email protected]>
  • Loading branch information
antkmsft and antkmsft authored Feb 14, 2024
1 parent 99d970b commit 6f871ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/spelling/Invoke-Cspell.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function Test-VersionReportMatches() {
$expectedPackageVersion = '6.12.0'

# Act
$actual = &"$PSSCriptRoot/Invoke-Cspell.ps1" `
$actual = &"$PSScriptRoot/Invoke-Cspell.ps1" `
-JobType '--version'

# Assert
Expand Down

0 comments on commit 6f871ed

Please sign in to comment.