Skip to content

Commit 74f0943

Browse files
authored
Typo: an thus => and thus (wp-cli#325)
Typo: `an thus` => `and thus`
2 parents 3abc8e2 + 75d8d41 commit 74f0943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pull-requests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you haven't submitted a pull request before, you'll want to install WP-CLI fo
6262
4. Install all Composer dependencies: `composer install`
6363
5. Verify WP-CLI was installed properly: `vendor/bin/wp --info`
6464

65-
Within this package, you should preferably use `vendor/bin/wp` to run the command. Just using `wp` should work as well, but by doing that you might run the command through a different version of the framework an thus getting an unexpected result.
65+
Within this package, you should preferably use `vendor/bin/wp` to run the command. Just using `wp` should work as well, but by doing that you might run the command through a different version of the framework and thus getting an unexpected result.
6666

6767
### Working on the project as a whole
6868

0 commit comments

Comments
 (0)