From 7c3cc73eeb8f1f37730170aeccf6fe2cad5e7299 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 6 Mar 2018 17:27:26 -0500 Subject: [PATCH] spelling: elements (#36) --- js/anchorli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/anchorli.js b/js/anchorli.js index 3b8a201..1ea9f4f 100644 --- a/js/anchorli.js +++ b/js/anchorli.js @@ -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++) {