Fix typos

This commit is contained in:
Catherine Snow
2017-12-04 17:19:32 -06:00
committed by Gaël Métais
parent 7f687051f8
commit a20c5677b4
3 changed files with 6 additions and 6 deletions
@@ -751,7 +751,7 @@
}
function onDetailsClick(row) {
// Close if it's alreay open
// Close if it's already open
if (row.classList.contains('showDetails')) {
closeDetails(row);
return;
@@ -924,4 +924,4 @@
};
});
})();
})();