diff options
author | Chris Schmitz <ccschmitz@gmail.com> | 2011-09-13 17:02:43 +0200 |
---|---|---|
committer | Chris Schmitz <ccschmitz@gmail.com> | 2011-09-13 17:02:43 +0200 |
commit | ec63402585f54f7f2399dc82b1fe402f726315ff (patch) | |
tree | 5513a5f5a184e18738e6817a2735d55dc97912d1 /user_guide | |
parent | 869e3721d75e9798a706d24d93170f44e5ab6cb3 (diff) |
Minor typo and grammar corrections.
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/helpers/form_helper.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user_guide/helpers/form_helper.html b/user_guide/helpers/form_helper.html index 0afe0eb53..511eeab89 100644 --- a/user_guide/helpers/form_helper.html +++ b/user_guide/helpers/form_helper.html @@ -180,12 +180,12 @@ echo form_input('username', 'johndoe', $js);</code> <h2>form_password()</h2> <p>This function is identical in all respects to the <dfn>form_input()</dfn> function above -except that is sets it as a "password" type.</p> +except that it uses the "password" input type.</p> <h2>form_upload()</h2> <p>This function is identical in all respects to the <dfn>form_input()</dfn> function above -except that is sets it as a "file" type, allowing it to be used to upload files.</p> +except that it uses the "file" input type, allowing it to be used to upload files.</p> <h2>form_textarea()</h2> @@ -318,7 +318,7 @@ fourth parameter:</p> <h2>form_radio()</h2> -<p>This function is identical in all respects to the <dfn>form_checkbox()</dfn> function above except that is sets it as a "radio" type.</p> +<p>This function is identical in all respects to the <dfn>form_checkbox()</dfn> function above except that it uses the "radio" input type.</p> <h2>form_submit()</h2> |