Skip to content

Commit

Permalink
spelling: containing
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 6, 2017
1 parent e11d4d6 commit 2b09e75
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 @@ -881,7 +881,7 @@

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

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

0 comments on commit 2b09e75

Please sign in to comment.