spelling: elements (#36)

This commit is contained in:
Josh Soref 2018-03-06 17:27:26 -05:00 committed by Steve Mao
parent f3b1c3edd8
commit 7c3cc73eeb

View File

@ -17,7 +17,7 @@ document.onreadystatechange = function () {
li.id = 'spec-item-' + (i + 1);
}
// Add anchor link to all elemens with an ID in the spec
// Add anchor link to all elements with an ID in the spec
var headers = document.querySelectorAll('#spec [id]');
for (var i = 0; i < headers.length; i++)
{