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.)');
});
}