From 342628695b25c06a9b75c20996250c93cbc3099f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=AA=20Anh=20V=C5=A9?= <61783362+leanhvu21042001@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:05:12 +0700 Subject: [PATCH] chore[tables.md]: replace semicolon to commas --- docs/usage/tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/tables.md b/docs/usage/tables.md index 8f6d0e62afb..3d48d3a80ad 100644 --- a/docs/usage/tables.md +++ b/docs/usage/tables.md @@ -22,7 +22,7 @@ Then add the table in the `section` const doc = new Document({ sections: [{ children: [table], - }]; + }], }); ```