From f26e43144ee54876b036982f32379beede28f517 Mon Sep 17 00:00:00 2001 From: Doug Shamoo Date: Sat, 29 Oct 2016 12:27:34 -0700 Subject: [PATCH] Fix typo in README --- modules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/README.md b/modules/README.md index 5f2713a6..7884e432 100644 --- a/modules/README.md +++ b/modules/README.md @@ -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