aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2015-05-22 14:35:16 -0700
committerZachary Scott <e@zzak.io>2015-05-22 14:35:16 -0700
commit334140c927664147a4f2ecea8ea8f49fe74eff1c (patch)
tree5e460afe18551f25345b9b2e8ce6f0ec40fbe962 /activemodel
parent3873fc5c1c5836d41b288840773ecd1704953f29 (diff)
parent07503309412fee39258e43e18ce4dc1eaa5493a1 (diff)
downloadrails-334140c927664147a4f2ecea8ea8f49fe74eff1c.tar.gz
rails-334140c927664147a4f2ecea8ea8f49fe74eff1c.tar.bz2
rails-334140c927664147a4f2ecea8ea8f49fe74eff1c.zip
Merge pull request #20231 from karanarora/Spelling-fix
Rails documentation standard is american english. [ci skip]
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 3c1510b31d..dddfd940bb 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -23,7 +23,7 @@
*Wojciech Wnętrzak*
* Deprecate `ActiveModel::Errors#get`, `ActiveModel::Errors#set` and
- `ActiveModel::Errors#[]=` methods that have inconsistent behaviour.
+ `ActiveModel::Errors#[]=` methods that have inconsistent behavior.
*Wojciech Wnętrzak*