diff options
author | Max Katz <maxwelljkatz@gmail.com> | 2012-12-07 10:57:24 -0700 |
---|---|---|
committer | Max Katz <maxwelljkatz@gmail.com> | 2012-12-07 10:57:24 -0700 |
commit | 38db4e2ca9902a57ae45422cba9cccbfc3e912b6 (patch) | |
tree | b8a3320d141cb01dcea5a1d1d3dbfcd1ab49fc1e /guides/source | |
parent | 7c05ea23a0e6394c61f3d2c1d0ba345784329427 (diff) | |
download | rails-38db4e2ca9902a57ae45422cba9cccbfc3e912b6.tar.gz rails-38db4e2ca9902a57ae45422cba9cccbfc3e912b6.tar.bz2 rails-38db4e2ca9902a57ae45422cba9cccbfc3e912b6.zip |
Fix small grammatical error
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/action_controller_overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_controller_overview.md b/guides/source/action_controller_overview.md index dc672647cc..a97159b653 100644 --- a/guides/source/action_controller_overview.md +++ b/guides/source/action_controller_overview.md @@ -836,7 +836,7 @@ class DinnerController end ``` -Just like the filter, you could also passing `:only` and `:except` to enforce the secure connection only to specific actions: +Just like the filter, you could also pass `:only` and `:except` to enforce the secure connection only to specific actions: ```ruby class DinnerController |