diff --git a/.spellcheck.yaml b/.spellcheck.yaml index 4bfff46..576fa9f 100644 --- a/.spellcheck.yaml +++ b/.spellcheck.yaml @@ -2,7 +2,8 @@ matrix: - name: Markdown sources: # Ignore the CHANGELOG.md file, it is autogenerated - - ./**/*.md|!./CHANGELOG.md + - ./*.md|!./CHANGELOG.md + - ./web/docs/**/*.md dictionary: wordlists: - .wordlist.txt