diff --git a/lib/mixins/acroform.js b/lib/mixins/acroform.js index 9249aa4e..41064eda 100644 --- a/lib/mixins/acroform.js +++ b/lib/mixins/acroform.js @@ -181,7 +181,7 @@ export default { _fieldDict(name, type, options = {}) { if (!this._acroform) { throw new Error( - 'Call document.initForms() method before adding form elements to document' + 'Call document.initForm() method before adding form elements to document' ); } let opts = Object.assign({}, options);