panzerdp / voca

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

Typo in doc #3

Closed jide closed 7 years ago

jide commented 7 years ago

On https://vocajs.com/, there is this example :

slugify('café latté');     // => 'caffe-latte'

Should be 'cafe-latte' right ?

panzerdp commented 7 years ago

Hey @jide,

Indeed it's a small typo :coffee:. Fixed.

Thanks for reporting.