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.
1 parent f548db2 commit af7577cCopy full SHA for af7577c
_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