Skip to content

Commit

Permalink
upgrade typos spell checker
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Jul 17, 2023
1 parent affd0e3 commit 845fb56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Spell Check with Misspell
run: ./misspell -error .
- name: Spell Check with Typos
uses: crate-ci/typos@20b36ca07fa1bfe124912287ac8502cf12f140e6 # v2.2.12
uses: crate-ci/typos@37e2b40f24407ec641ec44d4b81e76a8826b7b84 # v1.16.1
2 changes: 1 addition & 1 deletion .typos.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[default.extend-words]
Pagent = "Pagent"
testng = "testng"
deques = "deques"

[files]
extend-exclude = [
Expand Down
2 changes: 1 addition & 1 deletion examples/graal-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gu install native-image
### Run on the JVM with an agent to capture class metadata

```console
gradle -Pagent run
gradle run -Pagent
```

### Copy the metadata as the source configuration
Expand Down

0 comments on commit 845fb56

Please sign in to comment.