mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Fix typo's.
This commit is contained in:
parent
5efc43260e
commit
3f9181905a
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user