Skip to content

Commit

Permalink
fix: issues fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa committed Sep 17, 2024
1 parent f9d1a02 commit d89d3e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ matrix:
- code
- pre
sources:
- './pages/**/*.mdx'
- "./pages/**/*.mdx"
default_encoding: utf-8

pipeline:
- name: markdown
sources:
- './pages/**/*.mdx'
- "./pages/**/*.mdx"
dictionary:
wordlists:
- .github/codespell-dictionary.txt
filters:
- name: markdown
ignore:
- code # Ignores fenced code blocks (```code```)
- inlinecode # Ignores inline code (`code`)
- html # Ignores HTML content
- code # Ignores fenced code blocks (```code```)
- inlinecode # Ignores inline code (`code`)
- html # Ignores HTML content

0 comments on commit d89d3e6

Please sign in to comment.