Skip to content

Commit 38012c3

Browse files
committed
Fix typo in an error message
1 parent 9d32f2d commit 38012c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HTML5/Parser/Tokenizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ protected function attribute(&$attributes)
486486
}
487487

488488
if ($tok == '<') {
489-
$this->parseError("Unexepcted '<' inside of attributes list.");
489+
$this->parseError("Unexpected '<' inside of attributes list.");
490490
// Push the < back onto the stack.
491491
$this->scanner->unconsume();
492492
// Let the caller figure out how to handle this.

0 commit comments

Comments
 (0)