Skip to content

Commit 22e446e

Browse files
committed
grammar typo fix in source
1 parent 10cfff5 commit 22e446e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jspdf.plugin.addhtml.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* NOTE: Every parameter is optional except 'element' and 'callback', in such
2727
* case the image is positioned at 0x0 covering the whole PDF document
28-
* size. Ie, to easily take screenshoots of webpages saving them to PDF.
28+
* size. Ie, to easily take screenshots of webpages saving them to PDF.
2929
*/
3030
jsPDFAPI.addHTML = function (element, x, y, options, callback) {
3131
'use strict';

0 commit comments

Comments
 (0)