Преглед изворни кода

Fix "smallralk" typo in comment

Damien Pollet пре 10 година
родитељ
комит
bee764a570
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      support/amber.js

+ 1 - 1
support/amber.js

@@ -4,7 +4,7 @@
     or calls require.config, if loaded post require.js).
   Usage example:
     require(['amber/devel'], function(smalltalk) {
-        smallralk.initialize();
+        smalltalk.initialize();
 
         smalltalk.Browser._open();
     });