From 3bba8cd56a7ad6cad25da17879111018bb0344ab Mon Sep 17 00:00:00 2001 From: Prajakta1099 <43911720+Prajakta1099@users.noreply.github.com> Date: Thu, 25 Oct 2018 09:32:48 +0530 Subject: [PATCH] changed warning --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 79f0170f..edae117b 100644 --- a/public/index.html +++ b/public/index.html @@ -32,7 +32,7 @@ if ('serviceWorker' in navigator) { navigator.serviceWorker.register('service-worker.js').catch(function(ex) { console.warn(ex); - console.warn('(This warning can be safely ignored outside of the production build.)'); + console.warn('(if you are outside of the production build,you can safely ignored the warnig.)'); }); }