summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorGreg Aker <greg@gregaker.net>2011-08-21 23:35:19 +0200
committerGreg Aker <greg@gregaker.net>2011-08-21 23:35:19 +0200
commitee7363bb48e613d17566e82c6025ad71d39aa104 (patch)
tree4346c8e3e5d3a958bf67a681c835acf853c29171 /user_guide
parent597aff7b9358135ca2566164541267650466b693 (diff)
Fixing a spelling error.
Diffstat (limited to 'user_guide')
-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 />