diff --git a/packages/tabulator-table/README.md b/packages/tabulator-table/README.md
index cdcb4ed50a3ead4b36ba302211db69235b073dec..dc16d02981fa12a9f774dc6367cee89a9ba37b79 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.