Skip to content

Commit 95ea74e

Browse files
committed
typo
screenshoots -> screenshots
1 parent a3e2328 commit 95ea74e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/jspdf.debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1817,7 +1817,7 @@ var jsPDF = (function(global) {
18171817
*
18181818
* NOTE: Every parameter is optional except 'element' and 'callback', in such
18191819
* case the image is positioned at 0x0 covering the whole PDF document
1820-
* size. Ie, to easily take screenshoots of webpages saving them to PDF.
1820+
* size. Ie, to easily take screenshots of webpages saving them to PDF.
18211821
*/
18221822
jsPDFAPI.addHTML = function (element, x, y, options, callback) {
18231823
'use strict';

0 commit comments

Comments
 (0)