diff --git a/docs/configuration/index.md b/docs/configuration/index.md index 4ed7ae24457..684791a1af4 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -56,7 +56,7 @@ Or you can specify a path to a config file with the `--config ` argument o ### cspell.json sections -- `version` - currently always 0.1 +- `version` - currently always 0.2 - controls how the settings in the configuration file behave. - `language` - this specifies the language locale to use in choosing the general dictionary. For example: `"language": "en-GB"` tells cspell to use British English instead of US English. - `words` - a list of words to be considered correct. diff --git a/packages/cspell/README.md b/packages/cspell/README.md index 5ea32e447f5..e7ee78358c4 100644 --- a/packages/cspell/README.md +++ b/packages/cspell/README.md @@ -451,7 +451,7 @@ Or you can specify a path to a config file with the `--config ` argument o ### cspell.json sections -- `version` - currently always 0.1 +- `version` - currently always 0.2 - controls how the settings in the configuration file behave. - `language` - this specifies the language locale to use in choosing the general dictionary. For example: `"language": "en-GB"` tells cspell to use British English instead of US English. - `words` - a list of words to be considered correct.