Skip to content

Commit 2b09e75

Browse files
committed
spelling: containing
1 parent e11d4d6 commit 2b09e75

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
@@ -881,7 +881,7 @@
881881

882882
test('variable literal defaults can contain one (...)', function() {
883883
var b = getComputedStyle(styled.$.default3).backgroundColor;
884-
assert.match(b, /rgb\(128/, 'literal fallback containin (...) not set');
884+
assert.match(b, /rgb\(128/, 'literal fallback containing (...) not set');
885885
});
886886

887887
test('variable values can be used with calc', function() {

0 commit comments

Comments
 (0)