Fixed some typos

This commit is contained in:
n1474335 2019-10-16 15:38:20 +01:00 committed by d98762625
parent 7971ea6c9d
commit df6a60a44a
31 changed files with 36 additions and 36 deletions

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) {