From 53653931de20b3cd41587d02659022e67d1a2d75 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 31 Aug 2008 14:21:46 +0000 Subject: 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 65b82d8b9..28855f4dd 100644 --- a/user_guide/helpers/text_helper.html +++ b/user_guide/helpers/text_helper.html @@ -97,7 +97,7 @@ $string = character_limiter($string, 20);

// Returns: Here is a nice text string… -

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.

-- cgit v1.2.3-24-g4f1b