diff --git a/platform/firefox/bootstrap.js b/platform/firefox/bootstrap.js index 128af1d..0605b83 100644 --- a/platform/firefox/bootstrap.js +++ b/platform/firefox/bootstrap.js @@ -105,7 +105,7 @@ function shutdown(data, reason) { bgProcess.parentNode.removeChild(bgProcess); - // remove the restartObserver only when the extension is being disabled + // Remove the restartObserver only when the extension is being disabled if ( data !== undefined ) { restartObserver.unregister(); }