Skip to content

Commit 67d12a4

Browse files
authored
chore(docs): fix typo in pagination-nav docs
1 parent 6f38d9d commit 67d12a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/pagination-nav/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -398,9 +398,9 @@ be set as `active`.
398398

399399
To disable auto active page detection, set the `no-page-detect` prop to `true`.
400400

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.
401+
**Note:** Auto page detection needs to loop through all possible page links until a match is
402+
detected. For larger `number-of-pages`, this check can take some time so you may want to manually
403+
control which page is the active via the `v-model` and the `no-page-detect` prop.
404404

405405
## Accessibility
406406

0 commit comments

Comments
 (0)