Skip to content

Commit 4990b67

Browse files
authored
docs: add comments (#1192)
Add comments to the configuration file in a way I suggest here #1141 (comment)
2 parents f548db2 + af7577c commit 4990b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_typos.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[default]
22
extend-ignore-re = [
3-
'`[^`\n]+`',
4-
'```[\s\S]*?```',
3+
'`[^`\n]+`', # skip inline code
4+
'```[\s\S]*?```', # skip code blocks
55
]
66

77
[default.extend-words]

0 commit comments

Comments
 (0)