diff options
-rw-r--r-- | user_guide/changelog.html | 2 | ||||
-rw-r--r-- | user_guide/helpers/text_helper.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index a96e3c88f..5106d101b 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -78,7 +78,7 @@ SVN Revision: XXXX</p> <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 53380f731..be189efec 100644 --- a/user_guide/helpers/text_helper.html +++ b/user_guide/helpers/text_helper.html @@ -81,7 +81,7 @@ $string = word_limiter($string, 4);<br /><br /> // Returns: Here is a nice…
</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>
|