File tree Expand file tree Collapse file tree 4 files changed +26
-4
lines changed
Expand file tree Collapse file tree 4 files changed +26
-4
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff line change 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+ ]
Original file line number Diff line number Diff 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
117117wp maintenance milestones-since <repo> <date>
118118~~~
119119
120- specific date treshold .
120+ specific date threshold .
121121
122122** OPTIONS**
123123
You can’t perform that action at this time.
0 commit comments