langauges -> languages

---------

Co-authored-by: Timothee Guerin <tiguerin@microsoft.com>
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
Co-authored-by: Allen Zhang <allenzhang@live.com>
This commit is contained in:
Ikko Eltociear Ashimine 2024-02-21 06:01:01 +09:00 коммит произвёл GitHub
Родитель 09aae4cbd1
Коммит b4b0bbbc9d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 7 добавлений и 1 удалений

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

@ -0,0 +1,6 @@
---
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
changeKind: internal
packages:
- "@typespec/compiler"
---

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

@ -17,7 +17,7 @@ export type FileTemplatingContext = Omit<InitTemplate, "libraries"> &
toLowerCase: () => (text: string, render: any) => string; toLowerCase: () => (text: string, render: any) => string;
/** /**
* Normalize package name for langauges other than C#. It replaces `.` with `-` and toLowerCase * Normalize package name for languages other than C#. It replaces `.` with `-` and toLowerCase
*/ */
normalizePackageName: () => (text: string, render: any) => string; normalizePackageName: () => (text: string, render: any) => string;
}; };