summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-10-07 14:48:55 +0200
committerAndrey Andreev <narf@bofh.bg>2012-10-07 14:48:55 +0200
commit960e616d18c77f463e7c53f666d98b09f5ca9057 (patch)
tree7d2ec43e11ff7da7d555b9e7027f78cc9e289d0a /user_guide_src
parentcd50592b26a26a2e55fc193529a2463d9a465378 (diff)
Fix a typo [ci skip]
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/libraries/form_validation.rst2
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::