Skip to content

Commit 2779a78

Browse files
authored
Fix typo (#77)
Fix typo
2 parents 003f185 + 65f8b1f commit 2779a78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readme-partials/USING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169

170170
#### WP-CLI version
171171

172-
You can point the tests to a specific version ow WP-CLI through the `WP_CLI_BIN_DIR` constant:
172+
You can point the tests to a specific version of WP-CLI through the `WP_CLI_BIN_DIR` constant:
173173
```bash
174174
WP_CLI_BIN_DIR=~/my-custom-wp-cli/bin composer behat
175175
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180

181181
#### WP-CLI version
182182

183-
You can point the tests to a specific version ow WP-CLI through the `WP_CLI_BIN_DIR` constant:
183+
You can point the tests to a specific version of WP-CLI through the `WP_CLI_BIN_DIR` constant:
184184
```bash
185185
WP_CLI_BIN_DIR=~/my-custom-wp-cli/bin composer behat
186186
```

0 commit comments

Comments
 (0)