Merge pull request #491 from dougshamoo/patch-1

Fix typo in readme
This commit is contained in:
Michael Teeuw 2016-10-29 21:44:18 +02:00 committed by GitHub
commit 6da534a961

View File

@ -186,7 +186,7 @@ Whenever the MagicMirror needs to update the information on screen (because it s
If you want to use the original user's configured header, reference `this.data.header`.
**NOTE:** If the user did not confiugure a default header, no header will be displayed and thus this method will not be called.
**NOTE:** If the user did not configure a default header, no header will be displayed and thus this method will not be called.
**Example:**
````javascript