Herby Vojčík 5 years ago
parent
commit
e426181de4
1 changed files with 1 additions and 1 deletions
  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.