Skip to content

Commit d800c74

Browse files
committed
spellcheck fixes
1 parent 7fb8f9e commit d800c74

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.typos.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[default]
2+
extend-ignore-re = [
3+
"(?Rm)^.*(#|//)\\s*spellchecker:disable-line$",
4+
"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
5+
"(#|//)\\s*spellchecker:ignore-next-line\\n.*"
6+
]

features/scaffold-plugin-tests.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Feature: Scaffold plugin unit tests
288288
/**
289289
* Plugin Name: Foo
290290
* Plugin URI: https://example.com
291-
* Description: Foo desctiption
291+
* Description: Foo description
292292
* Author: John Doe
293293
* Author URI: https://example.com
294294
* Text Domain: foo

0 commit comments

Comments
 (0)