From 070c370bc47d0a43c9d009ce36bf0a8a8774e0e4 Mon Sep 17 00:00:00 2001 From: jarivandenboogert Date: Thu, 8 May 2025 15:24:46 +0200 Subject: [PATCH] chorsdocs-fix typo in b table sorting --- src/components/table/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/table/package.json b/src/components/table/package.json index 51914e54c4e..ac862cd0601 100644 --- a/src/components/table/package.json +++ b/src/components/table/package.json @@ -154,7 +154,7 @@ }, { "prop": "noLocalSorting", - "description": "Disabled the internal sorting routine, and expects the user to provde the items sorted. Sorting controls will still be available" + "description": "Disabled the internal sorting routine, and expects the user to provide the items sorted. Sorting controls will still be available" }, { "prop": "noProviderFiltering",