Skip to content

Commit 56e582b

Browse files
authored
Merge pull request #118 from bensaufley/patch-1
2 parents 9fb200b + 0e73f42 commit 56e582b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inflection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ export function humanize(str: string, lowFirstLetter?: boolean) {
805805
* const inflection = require( 'inflection' );
806806
*
807807
* inflection.capitalize( 'message_properties' ); // === 'Message_properties'
808-
* inflection.capitalize( 'message properties', true ); // === 'Message properties'
808+
* inflection.capitalize( 'message properties' ); // === 'Message properties'
809809
*/
810810
export function capitalize(str: string) {
811811
str = str.toLowerCase();

0 commit comments

Comments
 (0)