We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3633e84 commit 7518133Copy full SHA for 7518133
2 files changed
.typos.toml
@@ -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
@@ -15,7 +15,7 @@ Feature: Check whether the wp-config.php file or the wp-custom-config.php file h
15
Then STDOUT should be empty
16
And the return code should be 0
17
18
- Scenario: Check for the existance of an existing wp-config.php constant in a read-only file system
+ Scenario: Check for the existence of an existing wp-config.php constant in a read-only file system
19
Given a WP install
20
21
When I run `chmod -w wp-config.php`
0 commit comments