Skip to content

Commit 6180cbd

Browse files
author
veeck
committed
Fix typo
1 parent a16e201 commit 6180cbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module-development/core-module-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ getTemplateData: function() {
283283
Whenever the MagicMirror needs to update the information on screen (because it
284284
starts, or because your module asked a refresh using `this.updateDom()`), the
285285
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
286+
should therefore return a string. If this method is not subclassed, this function
287287
will return the user's configured header.
288288

289289
If you want to use the original user's configured header, reference

0 commit comments

Comments
 (0)