Expected behavior ๐ธ
When title casing an abbreviation, Voca capitalizes some words it shouldn't, like to or a. I realize this can get pretty complicated or can vary between styles, but it seems to me that it still be helpful to have a function that followed the general rules.
voca.titleCase("bruce willis is a badass") // => "Bruce Willis is a Badass"
Actual behavior ๐ฟ
Voca capitalizes those words.
voca.titleCase("bruce willis is a badass") // => 'Bruce Willis Is A Badass'
Steps to reproduce ๐ท
Call the functions as described above.
Technical details: ๐ง
Browser/OS type: macOS 10.15.3
Node version: 13