Skip to content

Commit

Permalink
Fix spelling error in print-pdf plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ismith committed Dec 27, 2015
1 parent bef2722 commit 5da75ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/print-pdf/print-pdf.js
Expand Up @@ -40,7 +40,7 @@ console.log( 'Printing PDF (Paper size: '+ page.paperSize.width + 'x' + page.pap

page.open( inputFile, function( status ) {
window.setTimeout( function() {
console.log( 'Printed succesfully' );
console.log( 'Printed successfully' );
page.render( outputFile );
phantom.exit();
}, 1000 );
Expand Down

0 comments on commit 5da75ae

Please sign in to comment.