From 3f9181905a2ce337a9f9adbf53135c1d7bd1030f Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Fri, 29 Sep 2017 11:05:59 +0200 Subject: [PATCH] Fix typo's. --- js/module.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {