Ver código fonte

Merge pull request #872 from cdlm/typo

Fix "smallralk" typo in comment
Herbert Vojčík 10 anos atrás
pai
commit
86b11da851
1 arquivos alterados com 1 adições e 1 exclusões
  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();
     });