diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2008-10-26 22:54:05 +0100 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2008-10-26 22:54:05 +0100 |
commit | c37ed39d824c71f7e8e28b64c1527f18fc9e5950 (patch) | |
tree | b6875da4acb8284c217bbf406824ab97232fc466 /user_guide/libraries/form_validation.html | |
parent | ac91bd701c11e8c9e5cb42b1120eb9f88f73456a (diff) |
fixed some typos
Diffstat (limited to 'user_guide/libraries/form_validation.html')
-rw-r--r-- | user_guide/libraries/form_validation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/form_validation.html b/user_guide/libraries/form_validation.html index 196c83b31..63111919f 100644 --- a/user_guide/libraries/form_validation.html +++ b/user_guide/libraries/form_validation.html @@ -1165,7 +1165,7 @@ The second (optional) parameter allows you to set a default value for the form. <code><input type="text" name="quantity" value="<dfn><?php echo set_value('quantity', '0'); ?></dfn>" size="50" /></code>
-<p>The above form will show "0" when loaded for the firs time.</p>
+<p>The above form will show "0" when loaded for the first time.</p>
<h2>set_select()</h2>
|