diff --git a/src/core/xfa/template.js b/src/core/xfa/template.js index 96d18930c1c53..56fc4d4fcf568 100644 --- a/src/core/xfa/template.js +++ b/src/core/xfa/template.js @@ -4317,7 +4317,7 @@ class Para extends XFAObject { style.paddingLeft = measureToString(this.marginLeft); } if (this.marginRight !== "") { - style.paddingight = measureToString(this.marginRight); + style.paddingRight = measureToString(this.marginRight); } if (this.spaceAbove !== "") { style.paddingTop = measureToString(this.spaceAbove);