Skip to content

Commit 2ae779f

Browse files
committed
provide EN spellcheck
1 parent 7e4bf6c commit 2ae779f

File tree

3 files changed

+545
-1
lines changed

3 files changed

+545
-1
lines changed

.spellcheck-en.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
matrix:
2+
- name: Markdown
3+
aspell:
4+
lang: en
5+
d: en_US
6+
dictionary:
7+
wordlists:
8+
- .wordlist-en.txt
9+
output: wordlist.dic
10+
encoding: utf-8
11+
pipeline:
12+
- pyspelling.filters.markdown:
13+
- pyspelling.filters.html:
14+
comments: false
15+
ignores:
16+
- code
17+
- pre
18+
sources:
19+
- 'docs/**/*.md'
20+
default_encoding: utf-8

0 commit comments

Comments
 (0)