aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2014-09-27 16:18:29 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2014-09-27 16:18:29 +0530
commit739eee67fc34895703a4b9c8dd0fcd29c72afd38 (patch)
tree0283ad0a8d434693455216400a2bfa6d24cfab82 /activerecord
parentc363fff29f060e6a2effe1e4bb2c4dd4cd805d6e (diff)
downloadrails-739eee67fc34895703a4b9c8dd0fcd29c72afd38.tar.gz
rails-739eee67fc34895703a4b9c8dd0fcd29c72afd38.tar.bz2
rails-739eee67fc34895703a4b9c8dd0fcd29c72afd38.zip
Fix typo in AR changelog
- middlware -> middleware
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*