diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 0fffc2d1..f4a81264 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -16,4 +16,4 @@ jobs: uses: codespell-project/actions-codespell@master with: ignore_words_file: .codespellignore - skip: ./docs/routers/fritzbox-de.md,./mkdocs.yml + skip: ./docs/routers/fritzbox-de.md,./mkdocs.yml,./package.json,./package-lock.json,./.markdownlint.json,./requirements.txt diff --git a/docs/regex/pi-hole.md b/docs/regex/pi-hole.md index ac2c8d46..a30107cc 100644 --- a/docs/regex/pi-hole.md +++ b/docs/regex/pi-hole.md @@ -28,7 +28,7 @@ Some user-provided examples are: - `.*;querytype=!A` - A regex blacklist entry for blocking `AAAA` (in fact, everything else than `A`, call it "anti-`A`") requests for all clients assigned to the same group. This has been mentioned to be benefitial for devices like Chromecast. You may want to fine-tune this further to specific domains. + A regex blacklist entry for blocking `AAAA` (in fact, everything else than `A`, call it "anti-`A`") requests for all clients assigned to the same group. This has been mentioned to be beneficial for devices like Chromecast. You may want to fine-tune this further to specific domains. - `.*;querytype=PTR`