diff options
author | Ryan McCuaig <ryan@ryanmccuaig.net> | 2016-04-04 12:09:44 -0700 |
---|---|---|
committer | Ryan McCuaig <ryan@ryanmccuaig.net> | 2016-04-04 19:13:57 -0700 |
commit | 58c12900b74ab640acf04b200a200766213665f9 (patch) | |
tree | c7e4c0601a64d827ebf1b9f90d00d6e702bbe2af /guides | |
parent | dcffeaea66130a8aa5f1591912bd8a335960bc14 (diff) | |
download | rails-58c12900b74ab640acf04b200a200766213665f9.tar.gz rails-58c12900b74ab640acf04b200a200766213665f9.tar.bz2 rails-58c12900b74ab640acf04b200a200766213665f9.zip |
it's => its typo
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/5_0_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index 45e9b77eea..3b926c04f0 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -270,7 +270,7 @@ Please refer to the [Changelog][action-pack] for detailed changes. * Changed the `protect_from_forgery` prepend default to `false`. ([commit](https://github.com/rails/rails/commit/39794037817703575c35a75f1961b01b83791191)) -* `ActionController::TestCase` will be moved to it's own gem in Rails 5.1. Use +* `ActionController::TestCase` will be moved to its own gem in Rails 5.1. Use `ActionDispatch::IntegrationTest` instead. ([commit](https://github.com/rails/rails/commit/4414c5d1795e815b102571425974a8b1d46d932d)) |