VictoriaMetrics/cspell/package.json
Dima Lazerka 8207879fa3
docs: fixes misspelled typos
Also tried to make it catch "Authorisation" in the future, fixed a lot
of other misspells along the way, but didn't make it catch
"Authorisation" anyway.

- Fix misspelled "Authorization" header name
- Fix misspelled "organization"
- Fix more misspells
2024-09-13 12:14:24 +02:00

17 lines
477 B
JSON

{
"devDependencies": {
"@cspell/dict-aws": "^4.0.4",
"@cspell/dict-data-science": "^2.0.1",
"@cspell/dict-en_us": "^4.3.23",
"@cspell/dict-fullstack": "^3.2.0",
"@cspell/dict-golang": "^6.0.12",
"@cspell/dict-k8s": "^1.0.6",
"@cspell/dict-people-names": "^1.1.1",
"@cspell/dict-ru_ru": "^2.2.1",
"@cspell/dict-software-terms": "^4.1.3",
"@cspell/dict-uk-ua": "^4.0.1",
"@cspell/dict-win32": "^2.0.3",
"cspell": "^8.14.2"
}
}