Skip to content

Commit

Permalink
Mooreds/update spellcheck for astro (#2459)
Browse files Browse the repository at this point in the history
* make sure we catch all astro files for spellcheck

* Make sure get all astro html, and exclude the ESC button on devtools

Note that this currently picks up a lot of truncated words, so don't fix this until the blurbing works better
  • Loading branch information
mooreds authored Aug 16, 2023
1 parent fdb4de5 commit d5215d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ matrix:
- name: Markdown
sources:
- '_site/**/*.html|!_site/*at89us2r9qj7kyvrfuntpsp524fe5m*'
- 'astro/dist'
- 'astro/dist/**/*.html'
default_encoding: utf-8
spellchecker: hunspell
dictionary:
Expand All @@ -16,3 +16,4 @@ matrix:
ignores:
- :matches(code, pre)
- :matches(.spellcheck-ignore)
- :matches(button[data-widget])

0 comments on commit d5215d0

Please sign in to comment.