Skip to content

Commit

Permalink
Merge pull request #1539 from andreiaugustin/patch-1
Browse files Browse the repository at this point in the history
acroform error message update
  • Loading branch information
liborm85 committed Jul 16, 2024
2 parents b35c6f9 + 76cdedd commit 9e5dfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mixins/acroform.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9e5dfcd

Please sign in to comment.