diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-07 14:48:55 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-07 14:48:55 +0200 |
commit | 960e616d18c77f463e7c53f666d98b09f5ca9057 (patch) | |
tree | 7d2ec43e11ff7da7d555b9e7027f78cc9e289d0a | |
parent | cd50592b26a26a2e55fc193529a2463d9a465378 (diff) |
Fix a typo [ci skip]
-rw-r--r-- | user_guide_src/source/libraries/form_validation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/form_validation.rst b/user_guide_src/source/libraries/form_validation.rst index 14305b664..22272dc9b 100644 --- a/user_guide_src/source/libraries/form_validation.rst +++ b/user_guide_src/source/libraries/form_validation.rst @@ -399,7 +399,7 @@ The validation system supports callbacks to your own validation functions. This permits you to extend the validation class to meet your needs. For example, if you need to run a database query to see if the user is choosing a unique username, you can create a callback function -that does that. Let's create a example of this. +that does that. Let's create an example of this. In your controller, change the "username" rule to this:: |