VictoriaMetrics/cspell
Dima Lazerka 465c7ad045
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 13:19:03 +02:00
..
cspell.json docs: fixes misspelled typos 2024-09-13 13:19:03 +02:00
custom-dict.txt docs: fixes misspelled typos 2024-09-13 13:19:03 +02:00
Dockerfile docs: add spellcheck command (#6562) 2024-07-11 12:40:24 +02:00
Makefile docs: fixes misspelled typos 2024-09-13 13:19:03 +02:00
package-lock.json docs: fixes misspelled typos 2024-09-13 13:19:03 +02:00
package.json docs: fixes misspelled typos 2024-09-13 13:19:03 +02:00
README.md docs: add spellcheck command (#6562) 2024-07-11 12:40:24 +02:00

Spell checking

This directory contains configuration and instructions for spell checking in docs folder.

To run execute the following command:

make cspell-check

This command required Docker to build cspell image and run the spell checks.