Explorar el Código

Fixing error with console.log test

Jonny Wenmoth hace 11 años
padre
commit
72a078d0ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/test-console-log.html

+ 1 - 1
tests/test-console-log.html

@@ -14,7 +14,7 @@
       <h1>PHANTOMJS_CONSOLE_LOG_TEST</h1>
       
       <script type="text/javascript">
-          cosole.log('PHANTOMJS_CONSOLE_LOG_TEST');
+          console.log('PHANTOMJS_CONSOLE_LOG_TEST');
       </script>
 
   </body>