Skip to content

Commit 602ee78

Browse files
committed
spelling: multiple
1 parent f452986 commit 602ee78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/styling-cross-scope-var.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@
814814
xKeyframes.animated = true;
815815
});
816816

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

0 commit comments

Comments
 (0)