diff options
author | Mike Naberezny <mike@naberezny.com> | 2015-03-14 13:05:46 -0700 |
---|---|---|
committer | Mike Naberezny <mike@naberezny.com> | 2015-03-14 13:08:55 -0700 |
commit | 849148b35fc1e5cbfa0fb228405c5d3b94c5a606 (patch) | |
tree | 724a6cae150b8c3a531976c5d6a2f205ad7e74d0 /actionpack | |
parent | 105aa26333696e4702d3b9d87609b0c8dca163f1 (diff) | |
download | rails-849148b35fc1e5cbfa0fb228405c5d3b94c5a606.tar.gz rails-849148b35fc1e5cbfa0fb228405c5d3b94c5a606.tar.bz2 rails-849148b35fc1e5cbfa0fb228405c5d3b94c5a606.zip |
Fix typo in Action Pack changelog. [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 2 |
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* |