Procházet zdrojové kódy

Fixing error with console.log test

Jonny Wenmoth před 11 roky
rodič
revize
72a078d0ea
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>