1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-03-24 14:29:46 +01:00

Merge pull request #1467 from ismith/spelling_fix

Fix spelling error in print-pdf plugin
This commit is contained in:
Hakim El Hattab 2016-01-04 09:30:36 +01:00
commit c2298865cb

View File

@ -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 );