Skip to content

Commit

Permalink
docs: fix typo using typos
Browse files Browse the repository at this point in the history
```sh
typos -w
```
  • Loading branch information
suzuki-shunsuke committed Oct 27, 2024
1 parent 49b75da commit 1d21c59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# https://github.com/crate-ci/typos
[default.extend-words]
som = "som"
halp = "halp"
pn = "pn"
ser = "ser"
2 changes: 1 addition & 1 deletion flag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3100,7 +3100,7 @@ func TestNonStringMap(t *testing.T) {
assert.ErrorContains(t, f.Set("invalid=value"), "ParseFloat")
}

func TestUnqouteUsage(t *testing.T) {
func TestUnquoteUsage(t *testing.T) {
tests := []struct {
str string
expStr string
Expand Down

0 comments on commit 1d21c59

Please sign in to comment.