aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-02-25 21:31:54 +0100
committerXavier Noria <fxn@hashref.com>2013-02-25 21:31:54 +0100
commit25f90a41400631310a05c29a3f6cd98c505a54a5 (patch)
treebdc0f24b03827a41e5911ade02cc6d1be15ae2c3 /activerecord
parent3d303f5af8af66c58ca9d7aa5cc4e7ad143aacdd (diff)
downloadrails-25f90a41400631310a05c29a3f6cd98c505a54a5.tar.gz
rails-25f90a41400631310a05c29a3f6cd98c505a54a5.tar.bz2
rails-25f90a41400631310a05c29a3f6cd98c505a54a5.zip
typo
Diffstat (limited to 'activerecord')
-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.