Skip to content

Commit b54083d

Browse files
author
Olaf Sulich
committed
Change usage in docs usePluralRules
1 parent ed58b2e commit b54083d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usePluralRules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const App = () => {
2828
const pr = usePluralRules(num: number);
2929
```
3030

31-
For example, you pass in number `2`, then you get `2nd`, same situation with number `3`, you pass it in and get`3rd`.
31+
For example, you pass in number `2`, then you get `2nd`, same situation with number `3`, you pass it in and get `3rd`.
3232

3333
Ordinals:
3434

0 commit comments

Comments
 (0)