andshrew / PlayStation-Trophies

Sony has an API for retrieving details of the trophies an account has earned, but there is no public documentation for using it. This is an attempt at documenting the API by capturing the requests made by the https://my.playstation.com web site.
MIT License
100 stars 4 forks source link

docs(APIv2): fix typo #9

Closed wescopeland closed 2 years ago

wescopeland commented 2 years ago

I'm currently working on a TypeScript reference implementation of this API and came across this typo as I was poring through the docs.

Thank you for putting this documentation together!

andshrew commented 2 years ago

Hi @wescopeland

Good spot and thanks for that, I've merged your request.