aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Atack <jonnyatack@gmail.com>2015-07-17 20:15:35 +0200
committerJon Atack <jonnyatack@gmail.com>2015-07-17 20:18:57 +0200
commitea747f7d2ee3854627c4cdc41fa059f249e87394 (patch)
tree8e4e624b8bae0733338f56410adae24bc0ce16e5 /actionpack/CHANGELOG.md
parent2c79122c0bbd61dcef12b95c80e025490d5a9783 (diff)
downloadrails-ea747f7d2ee3854627c4cdc41fa059f249e87394.tar.gz
rails-ea747f7d2ee3854627c4cdc41fa059f249e87394.tar.bz2
rails-ea747f7d2ee3854627c4cdc41fa059f249e87394.zip
[skip ci] Lookup can be a noun but it is not a verb
Various grammar corrections and wrap to 80 characters.
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index c70e6a771f..4b081591c0 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -183,7 +183,8 @@
*arthurnn*
* `ActionController#translate` supports symbols as shortcuts.
- When shortcut is given it also lookups without action name.
+ When a shortcut is given it also performs the lookup without the action
+ name.
*Max Melentiev*