Skip to content

Commit c59ae4a

Browse files
levidurfeebaseciq
authored andcommitted
Fix typo
1 parent d8acc07 commit c59ae4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ You can also mount a static facade for the Dom object.
197197
```PHP
198198
PHPHtmlParser\StaticDom::mount();
199199

200-
Dom::loadFromFile('tests/big.hmtl');
200+
Dom::loadFromFile('tests/big.html');
201201
$objects = Dom::find('.content-border');
202202

203203
```

0 commit comments

Comments
 (0)