diff options
author | Jon Moss <me@jonathanmoss.me> | 2017-04-27 21:28:45 -0400 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2017-04-27 21:28:45 -0400 |
commit | 7902c01d1faa27fb9fa0f03bdfb90725780cf540 (patch) | |
tree | 1bb3ecd09698d051ae8a5e004d932e3f3078ce5c /guides | |
parent | 8d79eed3e99aa503dfbd37fe262c047f3daf068d (diff) | |
download | rails-7902c01d1faa27fb9fa0f03bdfb90725780cf540.tar.gz rails-7902c01d1faa27fb9fa0f03bdfb90725780cf540.tar.bz2 rails-7902c01d1faa27fb9fa0f03bdfb90725780cf540.zip |
Small grammar fix
[ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/5_1_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md index ac26b2994a..fc79287d4c 100644 --- a/guides/source/5_1_release_notes.md +++ b/guides/source/5_1_release_notes.md @@ -341,7 +341,7 @@ Please refer to the [Changelog][action-pack] for detailed changes. ### Removals -* Removed support to non-keyword arguments in `#process`, `#get`, `#post`, +* Removed support for non-keyword arguments in `#process`, `#get`, `#post`, `#patch`, `#put`, `#delete`, and `#head` for the `ActionDispatch::IntegrationTest` and `ActionController::TestCase` classes. ([Commit](https://github.com/rails/rails/commit/98b8309569a326910a723f521911e54994b112fb), |