aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2013-11-25 23:56:57 +0530
committerVipul A M <vipulnsward@gmail.com>2013-11-26 00:13:35 +0530
commit82de1eda7c8a8f11b65d8edf70c4af7ce08507ec (patch)
tree4e6f00f37c634ffca55a494b34938e992062ebaa /activerecord/CHANGELOG.md
parent051a520b8c920cd6ed15f9e237343a306b7bdfa0 (diff)
downloadrails-82de1eda7c8a8f11b65d8edf70c4af7ce08507ec.tar.gz
rails-82de1eda7c8a8f11b65d8edf70c4af7ce08507ec.tar.bz2
rails-82de1eda7c8a8f11b65d8edf70c4af7ce08507ec.zip
Fix some minor typos [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 43651c9b48..1114cdb94d 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -52,7 +52,7 @@
*Adam Williams*, *Yves Senn*
-* Fix bug where `has_one` associaton record update result in crash, when replaced with itself.
+* Fix bug where `has_one` association record update result in crash, when replaced with itself.
Fixes #12834.