diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-07-16 23:04:08 -0700 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-07-16 23:04:08 -0700 |
commit | 6a10978e680256b3fe5e5fa51eff0b908ca45101 (patch) | |
tree | 71711020ffe0a91b65e73e3d0c1425255751c839 | |
parent | 6d645a8ec415b84f44781ef6a363f01ece5ff6cb (diff) | |
download | rails-6a10978e680256b3fe5e5fa51eff0b908ca45101.tar.gz rails-6a10978e680256b3fe5e5fa51eff0b908ca45101.tar.bz2 rails-6a10978e680256b3fe5e5fa51eff0b908ca45101.zip |
Fix CHANGELOG grammar [ci skip]
-rw-r--r-- | railties/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 9b8029d565..ef7049e6e5 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -8,8 +8,8 @@ *John Meehan* -* Display name of the class defining the initializer also in the output - of `rails initializers`. +* Display name of the class defining the initializer along with the initializer + name in the output of `rails initializers`. Before: disable_dependency_loading |