From 9851d9875721109d0f5ee07f389f673500670a16 Mon Sep 17 00:00:00 2001 From: RajaTaimur7 <72160749+RajaTaimur7@users.noreply.github.com> Date: Sat, 3 Oct 2020 00:23:08 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c89f3bd..2d30b97 100755 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ unset($a); echo $dom; // '

Hey bro,
:)

'); ``` -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. +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. ```php use PHPHtmlParser\Dom;