Skip to content

Commit e29d1e6

Browse files
committed
spellcheck fixes
1 parent 41e32fe commit e29d1e6

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

.maintenance/src/Milestones_After_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class Milestones_After_Command {
1313
* : Name of the repository to fetch the milestones for.
1414
*
1515
* <milestone>
16-
* : Milestone to serve as treshold.
16+
* : Milestone to serve as threshold.
1717
*
1818
* @when before_wp_load
1919
*/

.maintenance/src/Milestones_Since_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ final class Milestones_Since_Command {
77

88
/**
99
* Retrieves the milestones that were closed for a given repository after a
10-
* specific date treshold.
10+
* specific date threshold.
1111
*
1212
* ## OPTIONS
1313
*

.typos.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
[files]
8+
extend-exclude = [
9+
"*-command/*",
10+
"builds/*",
11+
"dashboard/*",
12+
"handbook/*",
13+
"mustache.php/*",
14+
"process/*",
15+
"restful/*",
16+
"spyc/*",
17+
"vendor/*",
18+
"wordpress-core/*",
19+
"wp-cli/*",
20+
"wp-cli.github.com/*",
21+
"wp-super-cache-cli/*"
22+
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ wp maintenance milestones-after <repo> <milestone>
105105
Name of the repository to fetch the milestones for.
106106

107107
<milestone>
108-
Milestone to serve as treshold.
108+
Milestone to serve as threshold.
109109

110110

111111

@@ -117,7 +117,7 @@ Retrieves the milestones that were closed for a given repository after a
117117
wp maintenance milestones-since <repo> <date>
118118
~~~
119119

120-
specific date treshold.
120+
specific date threshold.
121121

122122
**OPTIONS**
123123

0 commit comments

Comments
 (0)