Fix spelling of "margin"

This commit is contained in:
Nick Georgiou
2019-04-18 13:55:18 +10:00
parent b0f8f8ddbd
commit 29f890918c
11 changed files with 80 additions and 80 deletions

View File

@ -25,7 +25,7 @@ table = doc.createTable({
table
.getCell(0, 0)
.addParagraph(new Paragraph("World"))
.setMargains({
.setMargins({
top: 1000,
bottom: 1000,
left: 1000,
@ -40,7 +40,7 @@ table = doc.createTable({
columns: 4,
width: 7000,
widthUnitType: WidthType.DXA,
margains: {
margins: {
top: 400,
bottom: 400,
right: 400,