aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
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 ee7805c4ba..a135b3c91f 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1257,7 +1257,7 @@
* `:include` becomes `:includes`.
The code to implement the deprecated features has been moved out to the
- `activerecord-deprecated_finders` gem. This gem is a dependencyof Active
+ `activerecord-deprecated_finders` gem. This gem is a dependency of Active
Record in Rails 4.0, so the interface works out of the box. It will no
longer be a dependency from Rails 4.1 (you'll need to add it to the
`Gemfile` in 4.1), and will be maintained until Rails 5.0.