diff options
Diffstat (limited to 'user_guide/libraries')
-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>
|