Skip to content

Commit 836bbdc

Browse files
committed
add false positive entry
1 parent 049941c commit 836bbdc

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

typos.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ extend-ignore-identifiers-re = [
77
]
88

99
[default.extend-words]
10-
ons = "ons" # false positive in commands/docs/str_replace.md
11-
ful = "ful" # false positive in commands/docs/str_replace.md
12-
optio = "optio" # false positive in cookbook/http.md
1310
"ime" = "ime" # false positive in cookbook/polars_v_pandas_v_nushell.md
14-
ws = "ws" # false positive in book/nushell_map.md
15-
ratatui = "ratatui"
11+
ba = "ba"
1612
doas = "doas"
13+
ful = "ful" # false positive in commands/docs/str_replace.md
14+
guid = "guid"
15+
hel = "hel" # false positive in blog/2025-09-02-nushell_0_107_0.md
1716
iterm = "iterm"
1817
nushell = "nushell"
19-
ba = "ba"
20-
guid = "guid"
18+
ons = "ons" # false positive in commands/docs/str_replace.md
19+
optio = "optio" # false positive in cookbook/http.md
20+
ratatui = "ratatui"
21+
ws = "ws" # false positive in book/nushell_map.md
2122

0 commit comments

Comments
 (0)