summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/validation.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-02-01 17:58:38 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-02-01 17:58:38 +0100
commit78729d8be684369ed2b5e60e35052c2160c9ac39 (patch)
treecec3bdd922584dc63cf60b44c6bddc853e3fcaad /user_guide/libraries/validation.html
parentb6cd79c40dd39cd6fb36b84cd5c23558854ea1ad (diff)
some minor grammar errors
Diffstat (limited to 'user_guide/libraries/validation.html')
-rw-r--r--user_guide/libraries/validation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/validation.html b/user_guide/libraries/validation.html
index facd1a583..afb960ada 100644
--- a/user_guide/libraries/validation.html
+++ b/user_guide/libraries/validation.html
@@ -610,7 +610,7 @@ For example, your "username" error will be available at:<br /><dfn>$this->valida
</tr>
</table>
-<p><strong>Note:</strong> These rules can also be called as discreet functions. For example:</p>
+<p><strong>Note:</strong> These rules can also be called as discrete functions. For example:</p>
<code>$this->validation->required($string);</code>