aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-04-29 09:01:15 +0200
committerYves Senn <yves.senn@gmail.com>2015-04-29 09:01:44 +0200
commit4e6f0053db49f8c5b207c739efc39dd86c2552e3 (patch)
treee14e121071055a6642ce9b748c32ec68c709843d /railties
parenta1c7f1b446e9211c0b78b1b7a0d66b6378b74e1d (diff)
parent88f429c83fd1b0dc5ca646ab452ff1e4099f34be (diff)
downloadrails-4e6f0053db49f8c5b207c739efc39dd86c2552e3.tar.gz
rails-4e6f0053db49f8c5b207c739efc39dd86c2552e3.tar.bz2
rails-4e6f0053db49f8c5b207c739efc39dd86c2552e3.zip
Merge pull request #19949 from thiagoaugusto/create-thiago-punctuation-fix
CHANGELOG punctuation fix
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 43eee9f442..fb3953f866 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -77,7 +77,7 @@
*Andrew White*
-* Don't remove all line endings from routes.rb when revoking scaffold.
+* Don't remove all line endings from `config/routes.rb` when revoking scaffold.
Fixes #15913.