Skip to content
Snippets Groups Projects
Commit 5da75aef authored by Ian Smith's avatar Ian Smith
Browse files

Fix spelling error in print-pdf plugin

parent bef2722e
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment