Typo
This commit is contained in:
committed by
Maxime Thirouin
parent
76026cf8d9
commit
799dd51597
@@ -29,7 +29,7 @@ tape("test forEachEls on an array", function(t) {
|
|||||||
t.end()
|
t.end()
|
||||||
})
|
})
|
||||||
|
|
||||||
tape("test forEachEls on an NodeList", function(t) {
|
tape("test forEachEls on a NodeList", function(t) {
|
||||||
div.innerHTML = "div tag"
|
div.innerHTML = "div tag"
|
||||||
span.innerHTML = "span tag"
|
span.innerHTML = "span tag"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user