Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
/inflectPublic archive

Commitda50027

Browse files
authored
Fixed "Custom human" example in README (#27)
Fixed "Custom human" example in README
2 parents816ecae +4d62cfe commitda50027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ inflect.singularize('guys'); // === 'person'
144144

145145
```js
146146
inflect.inflections.human(/^(.*)_cnt$/i,'$1_count');
147-
inflect.inflections.humanize('jargon_cnt');// === 'Jargon count'
147+
inflect.humanize('jargon_cnt');// === 'Jargon count'
148148
```
149149

150150
###Custom uncountable

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp