We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f548db2 + af7577c commit 4990b67Copy full SHA for 4990b67
_typos.toml
@@ -1,7 +1,7 @@
1
[default]
2
extend-ignore-re = [
3
- '`[^`\n]+`',
4
- '```[\s\S]*?```',
+ '`[^`\n]+`', # skip inline code
+ '```[\s\S]*?```', # skip code blocks
5
]
6
7
[default.extend-words]
0 commit comments