chore[tables.md]: replace semicolon to commas (#2708)

This commit is contained in:
Lê Anh Vũ
2024-10-10 06:14:09 +07:00
committed by GitHub
parent 824d7f9893
commit 28029f4c1c

View File

@ -22,7 +22,7 @@ Then add the table in the `section`
const doc = new Document({
sections: [{
children: [table],
}];
}],
});
```