Skip to content

Commit 9851d98

Browse files
authored
Update README.md
1 parent f5c2dd9 commit 9851d98

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
@@ -258,7 +258,7 @@ unset($a);
258258
echo $dom; // '<div class="all"><p>Hey bro, <br /> :)</p></div>');
259259
```
260260

261-
You can modify the text of `TextNode` objects easely. Please note that, if you set an encoding, the new text will be encoded using the existing encoding.
261+
You can modify the text of `TextNode` objects easily. Please note that, if you set an encoding, the new text will be encoded using the existing encoding.
262262

263263
```php
264264
use PHPHtmlParser\Dom;

0 commit comments

Comments
 (0)