diff --git a/js/module.js b/js/module.js index 920b04ba..eeebb121 100644 --- a/js/module.js +++ b/js/module.js @@ -154,10 +154,10 @@ var Module = Class.extend({ }, /** nunjucksEnvironment() - * Returns the nunchuck environment for the current module. + * Returns the nunjucks environment for the current module. * The environment is checked in the _nunjucksEnvironment instance variable. * - * @returns Nunjuck Enviroment + * @returns Nunjucks Environment */ nunjucksEnvironment: function() { if (this._nunjucksEnvironment != null) {