structured-data-testing-tool icon indicating copy to clipboard operation
structured-data-testing-tool copied to clipboard

fix typo

Open fulldecent opened this issue 3 months ago • 1 comments

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 fix to fix flagged issues is appreciated.
  • [x] Respect existing conventions (e.g. this repository uses JavaScript not Typescript, and NPM not yarn).

fulldecent avatar Sep 24 '25 14:09 fulldecent

see #51 for the (outstanding as of writing) "Keep dependencies up to date and running"

jessealama avatar Oct 29 '25 13:10 jessealama