From 602ee7807267eceec9723676c30c99a107c092af Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 7 Sep 2017 04:37:58 +0000 Subject: [PATCH] spelling: multiple --- test/unit/styling-cross-scope-var.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/styling-cross-scope-var.html b/test/unit/styling-cross-scope-var.html index 89705ded44..ab14ec302b 100644 --- a/test/unit/styling-cross-scope-var.html +++ b/test/unit/styling-cross-scope-var.html @@ -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');