We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16e201 commit 6180cbdCopy full SHA for 6180cbd
1 file changed
module-development/core-module-file.md
@@ -283,7 +283,7 @@ getTemplateData: function() {
283
Whenever the MagicMirror needs to update the information on screen (because it
284
starts, or because your module asked a refresh using `this.updateDom()`), the
285
system calls the getHeader method to retrieve the module's header. This method
286
-should therefor return a string. If this method is not subclassed, this function
+should therefore return a string. If this method is not subclassed, this function
287
will return the user's configured header.
288
289
If you want to use the original user's configured header, reference
0 commit comments