From 84f9425bef7df74b42bc0d970d19d518c866c93d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20As=C3=ADs?= Date: Wed, 7 Feb 2024 17:36:00 +0100 Subject: [PATCH] Fix typo --- docs/src/docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/troubleshooting.md b/docs/src/docs/troubleshooting.md index e078b5c8..2296455e 100644 --- a/docs/src/docs/troubleshooting.md +++ b/docs/src/docs/troubleshooting.md @@ -30,7 +30,7 @@ For more information, consider reading: ## Exporting is enabled but exported files are empty Enabling the exporting feature for the data table does not mean that any column will be exportable by itself. -By default, columns **are not** sortable. To make a column exportable, use its `export` option. +By default, columns **are not** exportable. To make a column exportable, use its `export` option. For more information, consider reading: