Fix typo's.

This commit is contained in:
Michael Teeuw 2017-09-29 11:05:59 +02:00
parent 5efc43260e
commit 3f9181905a

View File

@ -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) {