jonobr1 / two.js

A renderer agnostic two-dimensional drawing api for the web.
https://two.js.org
MIT License
8.29k stars 454 forks source link

docs: edit spelling on gradient documentation #677

Closed crgk closed 1 year ago

crgk commented 1 year ago

I spotted some minor errors/typos in the docs for makeLinearGradient and makeRadialGradient. Here's a quick patch to fix.

Thanks for the project! I've really enjoyed using it.

crgk commented 1 year ago

Hmm, I'm surprised by how big the types.d.ts diff is. Maybe I shouldn't have regenerated that?

jonobr1 commented 1 year ago

Yeah, sorry about that. The generation script for Types is out of sync with the types.d.ts file. If you don't mind rolling that back. I'd be happy to add your PR.

crgk commented 1 year ago

All set! Thanks for having a look.

jonobr1 commented 1 year ago

Awesome, thank you!