diff --git a/src/core/document.js b/src/core/document.js index 9262a0cba..02161e2c1 100644 --- a/src/core/document.js +++ b/src/core/document.js @@ -892,7 +892,7 @@ class PDFDocument { const data = this.xfaData; return shadow(this, "xfaFactory", data ? new XFAFactory(data) : null); } - return shadow(this, "xfaFaxtory", null); + return shadow(this, "xfaFactory", null); } get isPureXfa() {