aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-02-21 11:59:37 -0500
committerJon Moss <me@jonathanmoss.me>2017-02-21 11:59:37 -0500
commite2c0d7aea8050bdf633f736113e6b591af034e61 (patch)
treea80eec743e75d7241f3bec841cdea5688640bfe6 /actionpack
parentea9566f6cd1b4d3f0d8a5f03283b49423b89044d (diff)
downloadrails-e2c0d7aea8050bdf633f736113e6b591af034e61.tar.gz
rails-e2c0d7aea8050bdf633f736113e6b591af034e61.tar.bz2
rails-e2c0d7aea8050bdf633f736113e6b591af034e61.zip
Add backticks around command
[ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 327852e75e..3c90a9a8fd 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -43,7 +43,7 @@
*Tawan Sierek*
-* Fixes incorrect output from rails routes when using singular resources.
+* Fixes incorrect output from `rails routes` when using singular resources.
Fixes #26606.