Fix case-sensitive spelling in scripts that get deployed to C++ repo (#7665)

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

* Removed cspell:ignore per https://github.com/Azure/azure-sdk-for-cpp/pull/5346#discussion_r1486546416

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2024-02-13 17:07:50 -08:00 коммит произвёл GitHub
Родитель 99d970bb98
Коммит 6f871edbee
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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