From e4812f31ac3bbdea523bb51cb39e99019e4ede0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Vaux?= Date: Tue, 15 Jul 2014 17:42:38 +0200 Subject: [PATCH] Typo --- tests/scripts/lib/foreach-els.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/lib/foreach-els.js b/tests/scripts/lib/foreach-els.js index 2f93aaf..ea6aa15 100644 --- a/tests/scripts/lib/foreach-els.js +++ b/tests/scripts/lib/foreach-els.js @@ -29,7 +29,7 @@ tape("test forEachEls on an array", function(t) { t.end() }) -tape("test forEachEls on an NodeList", function(t) { +tape("test forEachEls on a NodeList", function(t) { div.innerHTML = "div tag" span.innerHTML = "span tag"