spelling: something

This commit is contained in:
Josh Soref 2019-10-13 03:13:23 -04:00
parent d743e47886
commit 880196bd00

View file

@ -71,7 +71,7 @@ export function sanitise(str) {
/**
* sonething like this => somethingLikeThis
* something like this => somethingLikeThis
* ABC a sentence => ABCASentence
*/
export function sentenceToCamelCase(str) {