summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/helpers/smiley_helper.rst
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2013-08-06 18:50:17 +0200
committerDerek Jones <derek.jones@ellislab.com>2013-08-06 18:50:17 +0200
commitc0b55d53004105bca7f7979931d46fd848e21be0 (patch)
tree420e89e427d117165b1682c6c8c3a21db7e33df4 /user_guide_src/source/helpers/smiley_helper.rst
parentc9bf303220f90b0e71acd54d150fafc87df3df81 (diff)
parent2efd1f25ce59b917fdd8eebf1bd959f4eca7d904 (diff)
Merge pull request #2587 from vlakoff/feature/user-guide-cleanup
Fix various typos
Diffstat (limited to 'user_guide_src/source/helpers/smiley_helper.rst')
-rw-r--r--user_guide_src/source/helpers/smiley_helper.rst6
1 files changed, 3 insertions, 3 deletions
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;