We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed3f84 commit 9566fb0Copy full SHA for 9566fb0
cspell.yaml
@@ -8,6 +8,7 @@ language: en_US
8
dictionaries:
9
- chef
10
- docs
11
+- hab-docs
12
13
dictionaryDefinitions:
14
- name: chef
@@ -16,6 +17,9 @@ dictionaryDefinitions:
16
17
- name: docs
18
path: https://raw.githubusercontent.com/chef/chef_dictionary/main/docs.txt
19
description: Custom Docs Dictionary
20
+- name: hab-docs
21
+ path: https://raw.githubusercontent.com/chef/chef_dictionary/main/hab-docs.txt
22
+ description: Custom Habitat Docs Dictionary
23
24
# flagWords - list of words to be always considered incorrect
25
# This is useful for offensive words and common spelling errors.
0 commit comments