Skip to content

Commit 2b1a7c2

Browse files
authored
Merge pull request #243 from RajaTaimur7/master
Update README.md
2 parents 40c335b + 9851d98 commit 2b1a7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)