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 1b0681e commit af2a3f6Copy full SHA for af2a3f6
1 file changed
module-development/core-module-file.md
@@ -283,8 +283,8 @@ 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 therefore return a string. If this method is not subclassed, this function
287
-will return the user's configured header.
+should therefore return a string. If this method is not subclassed, this
+function will return the user's configured header.
288
289
If you want to use the original user's configured header, reference
290
`this.data.header`.
0 commit comments