aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-12-30 18:58:54 -0500
committerGitHub <noreply@github.com>2016-12-30 18:58:54 -0500
commitceb7cf6cdeca9a4eef15254fb3cac7c56ef2bd56 (patch)
treed9d97e183ac99df88cfca60e00ea553bcac780a7
parent64e5b897ac944a05a33275e3828a3d4047a6b457 (diff)
parent74f44415a51fac132274181bf951a818f97fca27 (diff)
downloadrails-ceb7cf6cdeca9a4eef15254fb3cac7c56ef2bd56.tar.gz
rails-ceb7cf6cdeca9a4eef15254fb3cac7c56ef2bd56.tar.bz2
rails-ceb7cf6cdeca9a4eef15254fb3cac7c56ef2bd56.zip
Merge pull request #27518 from maclover7/jm-ar-changelog-2
Add missing word in 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 7c15cb0d95..b535b35ba0 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -43,7 +43,7 @@
*Rafael Mendonça França*
-* Raise when `ActiveRecord::Migration` is inherited directly.
+* Raise when `ActiveRecord::Migration` is inherited from directly.
*Rafael Mendonça França*