From b1dbb07ac32c488ac42628232bb2b510d3e2bb86 Mon Sep 17 00:00:00 2001 From: Rocky Kev <6101650+RockyKev@users.noreply.github.com> Date: Wed, 23 Feb 2022 20:44:26 -0800 Subject: [PATCH] typo in documentation. Pagination for both --- vp-docs/guide/configuration/pagination-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vp-docs/guide/configuration/pagination-options.md b/vp-docs/guide/configuration/pagination-options.md index a4af47f1..c939d0fa 100644 --- a/vp-docs/guide/configuration/pagination-options.md +++ b/vp-docs/guide/configuration/pagination-options.md @@ -93,7 +93,7 @@ For tables that may have many pages, 'pages' mode offers the ability to jump to type: `String (default: 'bottom')` -Add pagination on 'top' or 'bottom' (top and bottom) of the table (default position is bottom) +Add pagination on 'top', 'bottom', or both (top and bottom) of the table (default position is bottom) ```html