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
commit bafc781cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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