diff --git a/.typos.toml b/.github/.typos.toml similarity index 100% rename from .typos.toml rename to .github/.typos.toml diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index bcc7b12cfc..34ae99afb9 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -10,4 +10,6 @@ jobs: uses: actions/checkout@v3 - name: Check spelling - uses: crate-ci/typos@master + uses: crate-ci/typos@v1.0.4 + with: + config: ./.github/.typos.toml diff --git a/toolkit.nu b/toolkit.nu index 59d0daa957..5c3f0c8049 100644 --- a/toolkit.nu +++ b/toolkit.nu @@ -203,7 +203,7 @@ def report [ # # error: could not compile `nu-command` due to previous error # ``` -# - we remove the useless `.to_string()`, and in that cases, the whole format is useless, only `"x "` is usefull! +# - we remove the useless `.to_string()`, and in that cases, the whole format is useless, only `"x "` is useful! # but now the tests do not pass :sob: # ```nushell # running `toolkit fmt`