panzerdp/voca

Typo in example for lowerCase method

KyleJSummers opened this issue · 1 comments

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!

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