Improve spelling and prettier commands

This commit is contained in:
Dolan Miu
2022-07-06 15:26:17 +01:00
parent 64addc85ee
commit 65caa531c5
10 changed files with 65 additions and 62 deletions

View File

@ -13,11 +13,13 @@ const doc = new Document({
},
},
children: [
new Paragraph({ children: [
new TextRun('This text will be in the first column.'),
new ColumnBreak(),
new TextRun('This text will be in the second column.'),
] }),
new Paragraph({
children: [
new TextRun("This text will be in the first column."),
new ColumnBreak(),
new TextRun("This text will be in the second column."),
],
}),
],
},
],