Skip to content

Commit 9d1f2a2

Browse files
authored
Update pluralization.md (#1873)
1 parent 91a06bd commit 9d1f2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/essentials/pluralization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ like the the following locale:
152152
```js
153153
const i18n = createI18n({
154154
locale: 'ru',
155-
// the custom rules here ...
155+
// use pluralRules for Composition api
156156
pluralizationRules: {
157157
ru: customRule
158158
},

0 commit comments

Comments
 (0)