From 13da683d88dbfba9636792209a2f81a36a0330c8 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 13 Jul 2008 17:56:43 +0000 Subject: adds vs add typo fix --- user_guide/helpers/text_helper.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/helpers') 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);

// Returns: Here is a nice… -

The third parameter is an optional suffix added to the string. By default it add an ellipsis.

+

The third parameter is an optional suffix added to the string. By default it adds an ellipsis.

character_limiter()

-- cgit v1.2.3-24-g4f1b