diff --git a/.github/typos.toml b/.github/typos.toml index fe1504d9f91..d82ac671549 100644 --- a/.github/typos.toml +++ b/.github/typos.toml @@ -7,3 +7,6 @@ nd = "nd" # plurals Identicals = "Identicals" + +# native function names +writeable = "writeable" diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml index ea339ba5465..8b92da0b067 100644 --- a/.github/workflows/typos.yaml +++ b/.github/workflows/typos.yaml @@ -18,7 +18,7 @@ jobs: - name: "Check for typos" - uses: "crate-ci/typos@v1.44.0" + uses: "crate-ci/typos@v1.46.0" with: config: .github/typos.toml files: "README.md src config rules tests rules-tests templates"