Browse Source

above->below comment fix

Herbert Vojčík 10 years ago
parent
commit
62e523b48a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      support/amber.js

+ 1 - 1
support/amber.js

@@ -29,7 +29,7 @@ require = function (require) {
     // 1. amber itself was deployed via bower,
     //    its libraries are next to it; document_home from above covers this
     // 2. amber was deployed in different fashion,
-    //    its libraries are included by bower locally; document_home is fixed above
+    //    its libraries are included by bower locally; document_home is fixed below
     // The detection is done by looking for '/bower_components/' in amber path.
     if (!amber_home.match(/\/bower_components\//)) {
         document_home = amber_home;