aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorMike Naberezny <mike@naberezny.com>2015-03-14 13:05:46 -0700
committerMike Naberezny <mike@naberezny.com>2015-03-14 13:08:55 -0700
commit849148b35fc1e5cbfa0fb228405c5d3b94c5a606 (patch)
tree724a6cae150b8c3a531976c5d6a2f205ad7e74d0 /actionpack/CHANGELOG.md
parent105aa26333696e4702d3b9d87609b0c8dca163f1 (diff)
downloadrails-849148b35fc1e5cbfa0fb228405c5d3b94c5a606.tar.gz
rails-849148b35fc1e5cbfa0fb228405c5d3b94c5a606.tar.bz2
rails-849148b35fc1e5cbfa0fb228405c5d3b94c5a606.zip
Fix typo in Action Pack changelog. [ci skip]
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 108ebfda58..700a446af6 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,6 +1,6 @@
* Drop request class from RouteSet constructor.
- If you would like to use a custom request class, please subclass and implemet
+ If you would like to use a custom request class, please subclass and implement
the `request_class` method.
*tenderlove@ruby-lang.org*