From 0c923ebf724d37ea1cd24e0810c428b305d33843 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 21 May 2023 15:35:41 +1000 Subject: [PATCH] Update description in documentation Co-authored-by: Enrico Sacchetti --- src/PaginationNav/PaginationNav.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PaginationNav/PaginationNav.svelte b/src/PaginationNav/PaginationNav.svelte index 87376928..adf06929 100644 --- a/src/PaginationNav/PaginationNav.svelte +++ b/src/PaginationNav/PaginationNav.svelte @@ -24,7 +24,7 @@ export let backwardText = "Previous page"; /** - * Set the position of the tooltip relative to the icon + * Set the position of the tooltip relative to the pagination buttons. * @type {"top" | "right" | "bottom" | "left" | "outside" | "inside"} */ export let tooltipPosition = "bottom";