scule
scule copied to clipboard
`titleCase` insert extra space when convert a valid titleCase string
trafficstars
Environment
Any
Reproduction
import { titleCase } from 'scule'
console.log(titleCase('Hello World')) // -> `Hello World`
console.log(titleCase(titleCase('Hello World'))) // -> `Hello World`
Describe the bug
It should be left as it is.
Additional context
No response
Logs
No response