From f2b3b9b66785bc01f4c1ffbc7f4b56c9870eaef6 Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Mon, 6 Sep 2021 10:52:22 +0200 Subject: [PATCH] fix: Fix version number reference Fixes: #1638 --- docs/configuration/index.md | 2 +- packages/cspell/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.