diff options
author | Shia <rise.shia@gmail.com> | 2016-08-23 22:03:44 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-23 22:03:44 +0900 |
commit | e473b8251c3c5eb151eec6299dc4a8e5be204d5e (patch) | |
tree | 6096da950cce0a275493a83a9af0f7d53147ce39 /guides | |
parent | a2aed31564fc88ecbadcb5ec62a4fd5c0dbee32b (diff) | |
download | rails-e473b8251c3c5eb151eec6299dc4a8e5be204d5e.tar.gz rails-e473b8251c3c5eb151eec6299dc4a8e5be204d5e.tar.bz2 rails-e473b8251c3c5eb151eec6299dc4a8e5be204d5e.zip |
update `is renamed` to `tasks are renamed`
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 84baad85d0..9c5ffb1d94 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -212,7 +212,7 @@ Please refer to the [Changelog][railties] for detailed changes. ([Pull Request](https://github.com/rails/rails/pull/22173)) * Deprecated the tasks in the `rails` task namespace in favor of the `app` namespace. - (e.g. `rails:update` and `rails:template` is renamed to `app:update` and `app:template`.) + (e.g. `rails:update` and `rails:template` tasks are renamed to `app:update` and `app:template`.) ([Pull Request](https://github.com/rails/rails/pull/23439)) ### Notable changes |