aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_support_core_extensions.textile
diff options
context:
space:
mode:
authorEvan Farrar <evanfarrar@gmail.com>2011-07-23 13:57:56 -0400
committerEvan Farrar <evanfarrar@gmail.com>2011-07-23 13:57:56 -0400
commit66b4d112363f3786ecfe4b28d2b00bdcde7e706f (patch)
treeb80bb5179f82cea20a811d4df19361cff8509c4d /railties/guides/source/active_support_core_extensions.textile
parent662a71b09f025016db223991017df9a179f42ff4 (diff)
downloadrails-66b4d112363f3786ecfe4b28d2b00bdcde7e706f.tar.gz
rails-66b4d112363f3786ecfe4b28d2b00bdcde7e706f.tar.bz2
rails-66b4d112363f3786ecfe4b28d2b00bdcde7e706f.zip
Changed several instances of British English to be American English
Diffstat (limited to 'railties/guides/source/active_support_core_extensions.textile')
-rw-r--r--railties/guides/source/active_support_core_extensions.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile
index b35e04d7e1..781d3d08cd 100644
--- a/railties/guides/source/active_support_core_extensions.textile
+++ b/railties/guides/source/active_support_core_extensions.textile
@@ -500,7 +500,7 @@ ActionController::TestCase.class_eval do
end
</ruby>
-Rails uses +alias_method_chain+ all over the code base. For example validations are added to +ActiveRecord::Base#save+ by wrapping the method that way in a separate module specialised in validations.
+Rails uses +alias_method_chain+ all over the code base. For example validations are added to +ActiveRecord::Base#save+ by wrapping the method that way in a separate module specialized in validations.
NOTE: Defined in +active_support/core_ext/module/aliasing.rb+.