From a940b3edda614dc7f67cb0f51947ace9410a804e Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Wed, 17 Aug 2022 22:37:21 +0100 Subject: [PATCH] Ignore some files, also benefitial ==> beneficial Signed-off-by: Adam Warner --- .github/workflows/codespell.yml | 2 +- docs/regex/pi-hole.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`