adds vs add typo fix
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index a96e3c8..5106d10 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -78,7 +78,7 @@
 <h3>Bug fixes for 1.6.4</h3>

 <ul>

 	<li>Fixed bug in xss_clean() that could remove some desirable tag attributes.</li>

-	<li>Fixed assorted user guide typos or examples (#4840).</li>

+	<li>Fixed assorted user guide typos or examples (#4840, #4862).</li>

 </ul>

 

 <h2>Version 1.6.3</h2>

diff --git a/user_guide/helpers/text_helper.html b/user_guide/helpers/text_helper.html
index 53380f7..be189ef 100644
--- a/user_guide/helpers/text_helper.html
+++ b/user_guide/helpers/text_helper.html
@@ -81,7 +81,7 @@
 // Returns:  Here is a nice&#8230;

 </code>

 

-<p>The third parameter is an optional suffix added to the string.  By default it add an ellipsis.</p>

+<p>The third parameter is an optional suffix added to the string.  By default it adds an ellipsis.</p>

 

 

 <h2>character_limiter()</h2>