SoliDry / api-generator

PHP-code generator for Laravel framework, with complete support of JSON-API data format
MIT License
327 stars 60 forks source link

Spelling #206

Closed jsoref closed 2 years ago

jsoref commented 2 years ago

This PR corrects misspellings identified by the check-spelling action.

The misspellings have been reported at https://github.com/jsoref/api-generator/commit/7e1e18075689224a9d7a43b31fdf1a998ada9c28#commitcomment-80568252

The action reports that the changes in this PR would make it happy: https://github.com/jsoref/api-generator/commit/810584ab48c34516238184db1ca778cc67340f8e

Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately.

arthurkushman commented 2 years ago

Thanks a lot