You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From reading the source code, I get the impressions that typos can already handle multiple corrections for a wrong word. However, when I try to specify the following config
[default.extend-words]
wrong = ["a", "b"]
I get
TOML parse error at line 1, column 2
|
1 | [default.extend-words]
| ^^^^^^^
invalid type: sequence, expected a string
What's the correct way to specify multiple corrections?
The text was updated successfully, but these errors were encountered:
From reading the source code, I get the impressions that typos can already handle multiple corrections for a wrong word. However, when I try to specify the following config
I get
What's the correct way to specify multiple corrections?
The text was updated successfully, but these errors were encountered: