We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d32f2d commit 38012c3Copy full SHA for 38012c3
src/HTML5/Parser/Tokenizer.php
@@ -486,7 +486,7 @@ protected function attribute(&$attributes)
486
}
487
488
if ($tok == '<') {
489
- $this->parseError("Unexepcted '<' inside of attributes list.");
+ $this->parseError("Unexpected '<' inside of attributes list.");
490
// Push the < back onto the stack.
491
$this->scanner->unconsume();
492
// Let the caller figure out how to handle this.
0 commit comments