Skip to content

Commit

Permalink
Update param type on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GomesCamila committed Aug 27, 2020
1 parent dd6bddd commit 3eb7499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/html.js
Expand Up @@ -968,7 +968,7 @@ import { globalObject } from "../libs/globalObject.js";
* @function
* @param {HTMLElement|string} source The source HTMLElement or a string containing HTML.
* @param {Object} [options] Collection of settings
* @param {string} [options.callback] The mandatory callback-function gets as first parameter the current jsPDF instance
* @param {function} [options.callback] The mandatory callback-function gets as first parameter the current jsPDF instance
*
* @example
* var doc = new jsPDF();
Expand Down

0 comments on commit 3eb7499

Please sign in to comment.