From 2efd1f25ce59b917fdd8eebf1bd959f4eca7d904 Mon Sep 17 00:00:00 2001 From: vlakoff Date: Tue, 6 Aug 2013 17:31:48 +0200 Subject: Fix various typos --- user_guide_src/source/helpers/smiley_helper.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user_guide_src/source/helpers/smiley_helper.rst') diff --git a/user_guide_src/source/helpers/smiley_helper.rst b/user_guide_src/source/helpers/smiley_helper.rst index a42440f2a..7ac91c345 100644 --- a/user_guide_src/source/helpers/smiley_helper.rst +++ b/user_guide_src/source/helpers/smiley_helper.rst @@ -22,7 +22,7 @@ This helper is loaded using the following code:: Overview ======== -The Smiley helper has a renderer that takes plain text simileys, like +The Smiley helper has a renderer that takes plain text smileys, like :-) and turns them into a image representation, like |smile!| It also lets you display a set of smiley images that when clicked will @@ -49,7 +49,7 @@ The Controller -------------- In your `application/controllers/` folder, create a file called -smileys.php and place the code below in it. +Smileys.php and place the code below in it. .. important:: Change the URL in the :func:`get_clickable_smileys()` function below so that it points to your smiley folder. @@ -157,7 +157,7 @@ Available Functions Example:: - $str = 'Here are some simileys: :-) ;-)'; + $str = 'Here are some smileys: :-) ;-)'; $str = parse_smileys($str, "http://example.com/images/smileys/"); echo $str; -- cgit v1.2.3-24-g4f1b