Merge pull request #3 from xPapla/patch-1

Typo fix
This commit is contained in:
Alex Szczuczko
2020-12-17 07:04:07 -07:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ Example: `XyZzY` -> `xyzzy`
Example: `XyZzY` -> `XYZZY`
### `lowercase`
### `capitalized`
`inputStr.charAt(0).toUpperCase() + inputStr.slice(1)`