aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-05-26 18:34:53 -0700
committerZachary Scott <e@zzak.io>2014-05-26 18:34:53 -0700
commit5c5fa704590dd1e7208d53a8d4ce7c12de928514 (patch)
tree963303850ffdf8bbc42b49f0c757836e55c1a07c
parent7f1e5504ab3770aef51f55c7d32ebc699bd8947d (diff)
downloadrails-5c5fa704590dd1e7208d53a8d4ce7c12de928514.tar.gz
rails-5c5fa704590dd1e7208d53a8d4ce7c12de928514.tar.bz2
rails-5c5fa704590dd1e7208d53a8d4ce7c12de928514.zip
Typo in AR CHANGELOG [ci skip]
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 40e3f8b315..d8157d02ab 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -36,7 +36,7 @@
* Change belongs_to touch to be consistent with timestamp updates
- If a model is set up with a belongs_to: touch relatinoship the parent
+ If a model is set up with a belongs_to: touch relationship the parent
record will only be touched if the record was modified. This makes it
consistent with timestamp updating on the record itself.