From 7132cd2dcccbf29f7e5db073cfbe772f16dd2514 Mon Sep 17 00:00:00 2001 From: naegelin Date: Fri, 12 Aug 2022 04:12:11 -0400 Subject: [PATCH] Update src/DataTable/ToolbarBatchActions.svelte Co-authored-by: metonym --- src/DataTable/ToolbarBatchActions.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DataTable/ToolbarBatchActions.svelte b/src/DataTable/ToolbarBatchActions.svelte index ac7a538d..4a05bdb3 100644 --- a/src/DataTable/ToolbarBatchActions.svelte +++ b/src/DataTable/ToolbarBatchActions.svelte @@ -7,7 +7,7 @@ `${totalSelected} item${totalSelected === 1 ? "" : "s"} selected`; /** - * Set to `true` to show the ToolbarBatchActions regardless of row selection + * Set to `true` to show the toolbar regardless of row selection * @type {boolean} */ export let show = false;