Skip to content

Commit 9566fb0

Browse files
committed
Add hab docs dictionary to cspell
Signed-off-by: Ian Maddaus <[email protected]>
1 parent 7ed3f84 commit 9566fb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cspell.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ language: en_US
88
dictionaries:
99
- chef
1010
- docs
11+
- hab-docs
1112

1213
dictionaryDefinitions:
1314
- name: chef
@@ -16,6 +17,9 @@ dictionaryDefinitions:
1617
- name: docs
1718
path: https://raw.githubusercontent.com/chef/chef_dictionary/main/docs.txt
1819
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
1923

2024
# flagWords - list of words to be always considered incorrect
2125
# This is useful for offensive words and common spelling errors.

0 commit comments

Comments
 (0)