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], - }]; + }], }); ```