docs: fix a typo in hashchange.js

This commit is contained in:
Moritz Neeb 2017-03-23 15:28:03 -04:00 committed by Tim Abbott
parent 65e8d66376
commit 9866805937
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ var get_hash_group = (function () {
}());
function should_ignore(hash) {
// Hash changes within this list are overlaws and should not unnarrow (etc.)
// Hash changes within this list are overlays and should not unnarrow (etc.)
var ignore_list = ["streams", "drafts", "settings", "administration", "invite"];
var main_hash = get_main_hash(hash);