Skip to content

Commit 1c61c7e

Browse files
committed
Merge pull request paquettg#31 from ViPErCZ/patch-1
Update HtmlNode.php
2 parents 94332b8 + 222f59c commit 1c61c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPHtmlParser/Dom/HtmlNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function __construct($tag)
5050
* Gets the inner html of this node.
5151
*
5252
* @return string
53-
* @throws UnkownChildTypeException
53+
* @throws UnknownChildTypeException
5454
*/
5555
public function innerHtml()
5656
{

0 commit comments

Comments
 (0)