Skip to content

Commit c66d8f7

Browse files
authored
Update TagMaker.php
1 parent a5c8c68 commit c66d8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TagMaker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ final class TagMaker
1010

1111
public function __construct()
1212
{
13-
\assert(\extension_loaded('dom'), 'Extebsion Dom not found');
13+
\assert(\extension_loaded('dom'), 'Extension Dom not found');
1414
$this->dom = new DOMDocument();
1515
}
1616

0 commit comments

Comments
 (0)