panzerdp / voca

The ultimate JavaScript string library
https://vocajs.pages.dev
MIT License
3.6k stars 136 forks source link

Typo in example for lowerCase method #9

Closed KyleJSummers closed 7 years ago

KyleJSummers commented 7 years ago

Documentation example shows:

v.lowerCase('BLUE');
// => 'BLUE'

which should be

v.lowerCase('BLUE');
// => 'blue'

I am about to submit a pull request for this fix, albeit quite small. In the future, for small documentation changes such as these, do you prefer just an issue or do you welcome pull requests?

Thanks!

panzerdp commented 7 years ago

Hi @KyleJSummers, Thanks for the pull request! I prefer pull requests, even for small typos.