paperdave / various

Various libraries and applications related to TypeScript. Everything is contained in a monorepo to improve productivity and reduce boilerplate.
MIT License
30 stars 3 forks source link

Fixed a typo #12

Closed BergerAPI closed 2 years ago

BergerAPI commented 2 years ago

I changed "insecurly" to "insecurely"

paperdave commented 2 years ago

thank you, did you do a pass through the rest of the docs for other misspellings?

also if you have this locally can you also run pnpm changeset to create changelog data. if not I'll do it myself before merging. can write a note such as "fixed jsdoc spelling errors".

BergerAPI commented 2 years ago

No problem. Sadly, I just noticed this one while checking out the project. I didn't check any other docs nor source files. I don't have the project locally either, so you would need to create the change-log data.

I may look for more issues in the future.

paperdave commented 2 years ago

alright, thanks. the changelog isn't a big deal since I have the repo locally with all the deps installed and so on. I'll get this merged by end of today

BergerAPI commented 2 years ago

:+1: