Skip to content

Commit 7518133

Browse files
committed
spellcheck fixes
1 parent 3633e84 commit 7518133

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.typos.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
]
7+
8+
[files]
9+
extend-exclude = [
10+
"features/*.feature"
11+
]

features/config-has.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Feature: Check whether the wp-config.php file or the wp-custom-config.php file h
1515
Then STDOUT should be empty
1616
And the return code should be 0
1717

18-
Scenario: Check for the existance of an existing wp-config.php constant in a read-only file system
18+
Scenario: Check for the existence of an existing wp-config.php constant in a read-only file system
1919
Given a WP install
2020

2121
When I run `chmod -w wp-config.php`

0 commit comments

Comments
 (0)