nunomaduro / termwind

🍃 In short, it's like Tailwind CSS, but for the PHP command-line applications.
MIT License
2.29k stars 78 forks source link

Rename `titlecase` to `capitalize` in order to match the tailwindcss method name. #25

Closed xiCO2k closed 3 years ago

xiCO2k commented 3 years ago

After checking the TailwindCSS documentation, https://tailwindcss.com/docs/text-transform#capitalize

Makes sense to rename titlecase to capitalize to match the same method name.