Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmcnee committed Dec 4, 2015
1 parent b3ff8c1 commit 05c4a04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion background.js
Expand Up @@ -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');


Expand Down
2 changes: 1 addition & 1 deletion content.js
Expand Up @@ -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: [],
};

Expand Down
2 changes: 1 addition & 1 deletion margin_slider.html
Expand Up @@ -43,7 +43,7 @@
<body>
<div id="container">
<div id="instructions">
<h1>Prefered Page Width</h1>
<h1>Preferred Page Width</h1>
<p>Please adjust this slider until the amount of space taken up by the margins looks good.</p>
<div id="controls">
<input type="range" id="idealPageWidth" min="50" max="100">
Expand Down

0 comments on commit 05c4a04

Please sign in to comment.