We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed58b2e commit b54083dCopy full SHA for b54083d
docs/usePluralRules.md
@@ -28,7 +28,7 @@ const App = () => {
28
const pr = usePluralRules(num: number);
29
```
30
31
-For example, you pass in number `2`, then you get `2nd`, same situation with number `3`, you pass it in and get`3rd`.
+For example, you pass in number `2`, then you get `2nd`, same situation with number `3`, you pass it in and get `3rd`.
32
33
Ordinals:
34
0 commit comments