summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--user_guide/helpers/date_helper.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/helpers/date_helper.html b/user_guide/helpers/date_helper.html
index 29e242696..5b00e25e0 100644
--- a/user_guide/helpers/date_helper.html
+++ b/user_guide/helpers/date_helper.html
@@ -237,7 +237,7 @@ $unix = human_to_unix($human);</code>
<h2>nice_date()</h2>
<p>This function can take a number poorly-formed date formats and convert them into something useful. It also accepts well-formed dates.</p>
-<p>The fuction will return a Unix timestamp by default. You can, optionally, pass a format string (the same type as the PHP date function accepts) as the second parameter. Example:</p>
+<p>The function will return a Unix timestamp by default. You can, optionally, pass a format string (the same type as the PHP date function accepts) as the second parameter. Example:</p>
<code>$bad_time = 199605<br />
<br />