Fix spelling error in print-pdf plugin
This commit is contained in:
		@@ -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 );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user