typo fix
diff --git a/user_guide/helpers/inflector_helper.html b/user_guide/helpers/inflector_helper.html
index c52cf03..2a9f419 100644
--- a/user_guide/helpers/inflector_helper.html
+++ b/user_guide/helpers/inflector_helper.html
@@ -76,7 +76,7 @@
<h2>singular()</h2>
-<p>Changes a singular word to plural. Example:</p>
+<p>Changes a plural word to singular. Example:</p>
<code>
$word = "dogs";<br />
@@ -86,7 +86,7 @@
<h2>plural()</h2>
-<p>Changes a plural word to singular. Example:</p>
+<p>Changes a singular word to plural. Example:</p>
<code>
$word = "dog";<br />