From 28029f4c1c8cf347d36c4f6743dd3399c171000c 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: Thu, 10 Oct 2024 06:14:09 +0700 Subject: [PATCH] chore[tables.md]: replace semicolon to commas (#2708) --- 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 8f6d0e62af..3d48d3a80a 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], - }]; + }], }); ```