summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorMaster Yoda <jim_parry@bcit.ca>2016-05-19 10:12:33 +0200
committerMaster Yoda <jim_parry@bcit.ca>2016-05-19 10:12:33 +0200
commitb3bac2497aaacb702921dfe89c5f43969257ff53 (patch)
tree7be0bbce369fcecd3c10ba8b4926530e10a90056 /user_guide_src
parent47fa81aa8141ccb8cc9648789c4d3904dc48a825 (diff)
Fix typo in inflector helper writeup.
Reported by email from Jessie Rubi Signed-off-by:Master Yoda <jim_parry@bcit.ca>
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/helpers/inflector_helper.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/helpers/inflector_helper.rst b/user_guide_src/source/helpers/inflector_helper.rst
index ed1e2b30f..17dab57bf 100644
--- a/user_guide_src/source/helpers/inflector_helper.rst
+++ b/user_guide_src/source/helpers/inflector_helper.rst
@@ -38,7 +38,7 @@ The following functions are available:
.. php:function:: plural($str)
:param string $str: Input string
- :returns: A plular word
+ :returns: A plural word
:rtype: string
Changes a singular word to plural. Example::