diff --git a/lib/modular.js b/lib/modular.js index ac0bc86..24b7864 100644 --- a/lib/modular.js +++ b/lib/modular.js @@ -151,7 +151,7 @@ function Modular (options) { mod = modules.get(name); } - //If the module as been found + //If the module has been found if (mod) { if (caller) { if (mod.childrenOf === undefined) {