From e1ff03f0663d133169bb5f8309e0576840ee5b14 Mon Sep 17 00:00:00 2001 From: MikeDabrowski Date: Sat, 3 Nov 2018 22:20:15 +0100 Subject: [PATCH] fix(App): Fix body closing tag --- src/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 5ce7f6a96..981d7ebed 100644 --- a/src/index.html +++ b/src/index.html @@ -38,7 +38,7 @@ originalReloadBehaviour(file); } else { if (file.path.includes('/build/webview/')) { - debug('Livereload: Reloading all webvies'); + debug('Livereload: Reloading all webviews'); const webviews = document.querySelectorAll('webview').forEach(webview => webview.reload()); } else { debug('Livereload: skip reload as only main process files have changed'); @@ -49,5 +49,5 @@ })(); } -