aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorAbdelkader Boudih <terminale@gmail.com>2014-09-27 11:53:44 +0100
committerAbdelkader Boudih <terminale@gmail.com>2014-09-27 11:53:44 +0100
commit05ed448ad2f4a2d6910360b5c459a85e13bea970 (patch)
tree0283ad0a8d434693455216400a2bfa6d24cfab82 /activerecord
parentc363fff29f060e6a2effe1e4bb2c4dd4cd805d6e (diff)
parent739eee67fc34895703a4b9c8dd0fcd29c72afd38 (diff)
downloadrails-05ed448ad2f4a2d6910360b5c459a85e13bea970.tar.gz
rails-05ed448ad2f4a2d6910360b5c459a85e13bea970.tar.bz2
rails-05ed448ad2f4a2d6910360b5c459a85e13bea970.zip
Merge pull request #17080 from prathamesh-sonpatki/fix-typo-in-ar-changelog
Fix typo in AR changelog [ci skip]
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 147599d5c3..210151a2ad 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,5 @@
* Honor overridden `rack.test` in Rack environment for the connection
- management middlware.
+ management middleware.
*Simon Eskildsen*