From c37ed39d824c71f7e8e28b64c1527f18fc9e5950 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Sun, 26 Oct 2008 21:54:05 +0000 Subject: fixed some typos --- user_guide/helpers/form_helper.html | 2 +- user_guide/helpers/typography_helper.html | 14 +------------- user_guide/libraries/form_validation.html | 2 +- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/user_guide/helpers/form_helper.html b/user_guide/helpers/form_helper.html index 868cadb84..dfaa38ec6 100644 --- a/user_guide/helpers/form_helper.html +++ b/user_guide/helpers/form_helper.html @@ -418,7 +418,7 @@ The second (optional) parameter allows you to set a default value for the form. <input type="text" name="quantity" value="<?php echo set_value('quantity', '0'); ?>" size="50" /> -

The above form will show "0" when loaded for the firs time.

+

The above form will show "0" when loaded for the first time.

set_select()

diff --git a/user_guide/helpers/typography_helper.html b/user_guide/helpers/typography_helper.html index 538784d69..d72cdd90e 100644 --- a/user_guide/helpers/typography_helper.html +++ b/user_guide/helpers/typography_helper.html @@ -71,19 +71,7 @@ Typography Helper

auto_typography()

-

Formats text so that it is semantically and typographically correct HTML. Takes a string as input and returns it with -the following formatting:

- - +

Formats text so that it is semantically and typographically correct HTML. Please see the Typography Class for more info.

Usage example:

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. <input type="text" name="quantity" value="<?php echo set_value('quantity', '0'); ?>" size="50" /> -

The above form will show "0" when loaded for the firs time.

+

The above form will show "0" when loaded for the first time.

set_select()

-- cgit v1.2.3-24-g4f1b