summaryrefslogtreecommitdiffstats
path: root/user_guide/helpers
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-07-13 19:56:43 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-07-13 19:56:43 +0200
commit13da683d88dbfba9636792209a2f81a36a0330c8 (patch)
tree7e01be4290e9d5d2afb427745a086cad6832c5b6 /user_guide/helpers
parent07ad6d162ca32b189e3a4c3528c48490d57267ca (diff)
adds vs add typo fix
Diffstat (limited to 'user_guide/helpers')
-rw-r--r--user_guide/helpers/text_helper.html2
1 files changed, 1 insertions, 1 deletions
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&#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>