Skip to content

Commit 4929dd1

Browse files
Fix copy pasta
1 parent 231fa3b commit 4929dd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ wp scaffold package-tests <dir> [--ci=<provider>] [--force]
7676

7777
WP-CLI makes use of a Behat-based testing framework, which you should use
7878
too. This command generates all of the files you need. Functional tests
79-
are an integral ingredient of highly-quality, maintainable commands.
79+
are an integral ingredient of high-quality, maintainable commands.
8080
Behat is a great choice as a testing framework because:
8181

8282
* It’s easy to write new tests, which means they’ll actually get written.

src/ScaffoldPackageCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ public function package_readme( $args, $assoc_args ) {
371371
*
372372
* WP-CLI makes use of a Behat-based testing framework, which you should use
373373
* too. This command generates all of the files you need. Functional tests
374-
* are an integral ingredient of highly-quality, maintainable commands.
374+
* are an integral ingredient of high-quality, maintainable commands.
375375
* Behat is a great choice as a testing framework because:
376376
*
377377
* * It’s easy to write new tests, which means they’ll actually get written.

0 commit comments

Comments
 (0)