summaryrefslogtreecommitdiff
path: root/cspell.json
diff options
context:
space:
mode:
Diffstat (limited to 'cspell.json')
-rw-r--r--cspell.json13
1 files changed, 5 insertions, 8 deletions
diff --git a/cspell.json b/cspell.json
index b004ebe40a..7285e8d28a 100644
--- a/cspell.json
+++ b/cspell.json
@@ -1,14 +1,13 @@
// cSpell Settings
{
- // Version of the setting file. Always 0.1
- "version": "0.1",
+ "version": "0.2",
// language - current active spelling language
"language": "en",
"dictionaryDefinitions": [
{
- "name": "chef",
- "file": "./chef_dictionary.txt",
- "description": "Custom Chef Dictionary"
+ "name": "chef",
+ "path": "https://raw.githubusercontent.com/chef/chef_dictionary/main/chef.txt",
+ "description": "Custom Chef Dictionary"
}
],
"dictionaries": ["chef"],
@@ -1556,9 +1555,7 @@
// flagWords - list of words to be always considered incorrect
// This is useful for offensive words and common spelling errors.
// For example "hte" should be "the"
- "flagWords": [
- "hte"
- ],
+ "flagWords": ["hte"],
"ignorePaths": [
"CHEF_MVPS.md",
"CHANGELOG.md",