Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Jun 15, 2024
1 parent e9538d8 commit 7747a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testdata/text.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Determinisitic result is important!
Determinisitic result is important.

Check notice on line 1 in testdata/text.md

View workflow job for this annotation

GitHub Actions / typos

[typos] testdata/text.md#L1

`Determinisitic` should be `Deterministic`
Raw output
{"message":"`Determinisitic` should be `Deterministic`","location":{"path":"./testdata/text.md","range":{"start":{"line":1,"column":1},"end":{"line":1,"column":15}}},"suggestions":[{"text":"Deterministic","range":{"start":{"line":1,"column":1},"end":{"line":1,"column":15}}}]}

Check warning on line 1 in testdata/text.md

View workflow job for this annotation

GitHub Actions / misspell

[misspell] testdata/text.md#L1

"Determinisitic" is a misspelling of "Deterministic"
Raw output
./testdata/text.md:1:0: "Determinisitic" is a misspelling of "Deterministic"

colour # <= Check -locale

Expand All @@ -8,4 +8,4 @@ varius

A abd B

It SHOUL be A
It SHOUL be A!

Check notice on line 11 in testdata/text.md

View workflow job for this annotation

GitHub Actions / typos

[typos] testdata/text.md#L11

`SHOUL` should be `SHOULD`, `SHAWL`, `SHOAL`
Raw output
{"message":"`SHOUL` should be `SHOULD`, `SHAWL`, `SHOAL`","location":{"path":"./testdata/text.md","range":{"start":{"line":11,"column":4},"end":{"line":11,"column":9}}},"suggestions":[{"text":"SHOULD","range":{"start":{"line":11,"column":4},"end":{"line":11,"column":9}}},{"text":"SHAWL","range":{"start":{"line":11,"column":4},"end":{"line":11,"column":9}}},{"text":"SHOAL","range":{"start":{"line":11,"column":4},"end":{"line":11,"column":9}}}]}

0 comments on commit 7747a05

Please sign in to comment.