Skip to content

Commit

Permalink
spelling: multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 7, 2017
1 parent f452986 commit 602ee78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/styling-cross-scope-var.html
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@
xKeyframes.animated = true;
});

test('mutiple elements in document', function() {
test('multiple elements in document', function() {
var e$ = document.querySelectorAll('simple-element');
assertComputed(e$[0].$.inner, '10px');
assertComputed(e$[1].$.inner, '10px');
Expand Down

0 comments on commit 602ee78

Please sign in to comment.