Skip to content

Commit c2b60df

Browse files
committed
Fix typos
1 parent c9516e2 commit c2b60df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Sabberworm/CSS/ParserTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,8 @@ function testEmptyGridLineNameLenientInFile() {
420420
$this->assertSame($sExpected, $oDoc->render());
421421
}
422422

423-
function testUnmachedBracesInFile() {
424-
$oDoc = $this->parsedStructureForFile('unmached_braces', Settings::create()->withMultibyteSupport(true));
423+
function testUnmatchedBracesInFile() {
424+
$oDoc = $this->parsedStructureForFile('unmatched_braces', Settings::create()->withMultibyteSupport(true));
425425
$sExpected = 'button, input, checkbox, textarea {outline: 0;margin: 0;}';
426426
$this->assertSame($sExpected, $oDoc->render());
427427
}
File renamed without changes.

0 commit comments

Comments
 (0)