structured-data-testing-tool
structured-data-testing-tool copied to clipboard
fix typo
Summary
Fixes typo in usage instructions
Checklist
If you would like your code to be merged into master and released, please complete this checklist and raise a Pull Request.
- [x] Review commit history and ensure messages follow best practice (short, imperative, well written, combine commits where appropriate).
- [x] Ensure branch is up-to-date with master before raising a Pull Request (e.g. run
git rebase origin/master). - [x] Ensure commit history does not include any merges (use rebase, not merge).
- [x] Ensure all existing unit tests still run and pass.
- [x] Add additional unit test coverage where possible.
- [ ] Keeping dependancies up to date and running
npm audit fixto fix flagged issues is appreciated. - [x] Respect existing conventions (e.g. this repository uses JavaScript not Typescript, and NPM not yarn).
see #51 for the (outstanding as of writing) "Keep dependencies up to date and running"