1
0
Herby Vojčík 5 роки тому
батько
коміт
e426181de4
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      CHANGELOG

+ 1 - 1
CHANGELOG

@@ -13,7 +13,7 @@
   * so far even more-than-one-arg ones did set the value denoted by first keyword
 * Namespace change: amber_core => amber/core.
   * Backward compatibility mapping added, so old code should load and save with new implicit deps.
-  * You must edit explicir deps (aka `imports:`) as well as Gruntfile, deploy, testing and devel .js files yourself.
+  * You must edit explicit deps (aka `imports:`) as well as Gruntfile, deploy, testing and devel .js files yourself.
 * Instance variables are now compiled as `obj.ivarName` instead of `obj["@ivarName"]`.
   * There is compat layer so old code is loadable.