We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f38d9d commit 67d12a4Copy full SHA for 67d12a4
src/components/pagination-nav/README.md
@@ -398,9 +398,9 @@ be set as `active`.
398
399
To disable auto active page detection, set the `no-page-detect` prop to `true`.
400
401
-**Note:** Auto page detection needs to loop through all possible page links until a match is detected.
402
-For larget `number-of-pages`, this check can take some time so you may want to manually control
403
-which page is the active via the `v-model` and the `no-page-detect` prop.
+**Note:** Auto page detection needs to loop through all possible page links until a match is
+detected. For larger `number-of-pages`, this check can take some time so you may want to manually
+control which page is the active via the `v-model` and the `no-page-detect` prop.
404
405
## Accessibility
406
0 commit comments