From 7e72d310bddaddf497a222bf2696ef0de62de0e3 Mon Sep 17 00:00:00 2001
From: Tamara Steinwender <tamara.steinwender@tugraz.at>
Date: Tue, 6 Dec 2022 09:44:36 +0100
Subject: [PATCH] Fix typos

---
 packages/tabulator-table/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/tabulator-table/README.md b/packages/tabulator-table/README.md
index cdcb4ed5..dc16d029 100644
--- a/packages/tabulator-table/README.md
+++ b/packages/tabulator-table/README.md
@@ -52,7 +52,7 @@ Or you can include the JS files directly via CDN:
 
 ## Important functions
 - `setData(data)`: This function sets data of the tabulator table.
-  - `data` is an array of datas which should be shown in the table.
+  - `data` is an array of data which should be shown in the table.
 
 ## Note
 In best practice `options` is set if the dom is already rendered. 
-- 
GitLab