diff --git a/background.js b/background.js index 2f45792..7b5e6c0 100644 --- a/background.js +++ b/background.js @@ -11,7 +11,7 @@ // The tabs whose zoom events we're interested in. var activeListeners = new PersistentSet('activeListeners'); -// The origins whose zoom factors have been overriden by the user. +// The origins whose zoom factors have been overridden by the user. var overriddenOrigins = new PersistentSet('overriddenOrigins'); diff --git a/content.js b/content.js index bdf6c7e..bca5722 100644 --- a/content.js +++ b/content.js @@ -21,7 +21,7 @@ function analysePage() { height: 0.0, width: 0.0 }, - // The dimentions of each of the containers centered in the page. + // The dimensions of each of the containers centered in the page. centeredContainers: [], }; diff --git a/margin_slider.html b/margin_slider.html index 8392bfa..f14adf9 100644 --- a/margin_slider.html +++ b/margin_slider.html @@ -43,7 +43,7 @@
-

Prefered Page Width

+

Preferred Page Width

Please adjust this slider until the amount of space taken up by the margins looks good.