If a string starts by a upper letter, the `dasherize` method returns a string started by a dash. I think should not start in this case. For example: ```js S("Hi There").dasherize() ``` Returns: -hi-there