aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Dieterle <MikDiet@gmail.com>2011-12-08 21:03:43 +0800
committerMikhail Dieterle <MikDiet@gmail.com>2011-12-08 21:03:43 +0800
commit09447856b1fb4672baa3849e967edd9bb7bae548 (patch)
tree6496beb4c677f443ab41ed14c69aca3f7f950cde
parent7eb596cddd75b379ca2ca25955b0bd2af77a89bc (diff)
downloadrails-09447856b1fb4672baa3849e967edd9bb7bae548.tar.gz
rails-09447856b1fb4672baa3849e967edd9bb7bae548.tar.bz2
rails-09447856b1fb4672baa3849e967edd9bb7bae548.zip
Typo in list
-rw-r--r--railties/guides/source/i18n.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/i18n.textile b/railties/guides/source/i18n.textile
index e9477e84cf..16ad35f345 100644
--- a/railties/guides/source/i18n.textile
+++ b/railties/guides/source/i18n.textile
@@ -825,7 +825,7 @@ h5. Active Record Methods
* +ActiveRecord::Errors#generate_message+ (which is used by Active Record validations but may also be used manually) uses +model_name.human+ and +human_attribute_name+ (see above). It also translates the error message and supports translations for inherited class names as explained above in "Error message scopes".
-*+ ActiveRecord::Errors#full_messages+ prepends the attribute name to the error message using a separator that will be looked up from "activerecord.errors.format.separator":https://github.com/rails/rails/blob/master/actionpack/lib/action_view/locale/en.yml#L91 (and which defaults to +'&nbsp;'+).
+* +ActiveRecord::Errors#full_messages+ prepends the attribute name to the error message using a separator that will be looked up from "activerecord.errors.format.separator":https://github.com/rails/rails/blob/master/actionpack/lib/action_view/locale/en.yml#L91 (and which defaults to +'&nbsp;'+).
h5. Active Support Methods