Skip to content

Commit af2a3f6

Browse files
author
veeck
committed
Fix linting
1 parent 1b0681e commit af2a3f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

module-development/core-module-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ 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 therefore return a string. If this method is not subclassed, this function
287-
will return the user's configured header.
286+
should therefore return a string. If this method is not subclassed, this
287+
function will return the user's configured header.
288288

289289
If you want to use the original user's configured header, reference
290290
`this.data.header`.

0 commit comments

Comments
 (0)