Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Fix typo in readme (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiego authored Jan 11, 2022
1 parent d9d3b97 commit 69d5c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ You can install the test-specific development dependencies by running `npm i &&
- `composer run analyze [filename.php]` statically analyzes PHP for bugs
- `composer run lint` checks PHP for syntax errors
- `composer run standards:check` checks PHP for standards errors according to [WordPress coding standards](https://developer.wordpress.org/coding-standards/)
- `composer run standards:fix` attemps to automatically fix errors
- `composer run standards:fix` attempts to automatically fix errors

## Resources

Expand Down

0 comments on commit 69d5c51

Please sign in to comment.