Skip to content

Commit 9273c3d

Browse files
committed
spellcheck fixes
1 parent 80c1828 commit 9273c3d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.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/option-pluck-patch.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Feature: Option commands have pluck and patch.
301301
"""
302302
303303
@patch
304-
Scenario: When we don't pass all necessary argumants.
304+
Scenario: When we don't pass all necessary arguments
305305
Given a WP install
306306
And an input.json file:
307307
"""

0 commit comments

Comments
 (0)