aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 27ada73785..180d802dbe 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -5,7 +5,7 @@
Example:
- # this will force the .json extension
+ # This will force the .json extension.
get '/json_only', to: ok, format: true, constraints: { format: /json/ }
*Yves Senn*