aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--guides/source/5_1_release_notes.md2
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),