mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
11 lines
327 B
Markdown
11 lines
327 B
Markdown
|
# Spell checking
|
||
|
|
||
|
This directory contains configuration and instructions for spell checking in
|
||
|
[docs](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/docs) folder.
|
||
|
|
||
|
To run execute the following command:
|
||
|
```sh
|
||
|
make cspell-check
|
||
|
```
|
||
|
|
||
|
This command required Docker to build `cspell` image and run the spell checks.
|