aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorMax Katz <maxwelljkatz@gmail.com>2012-12-07 10:57:24 -0700
committerMax Katz <maxwelljkatz@gmail.com>2012-12-07 10:57:24 -0700
commit38db4e2ca9902a57ae45422cba9cccbfc3e912b6 (patch)
treeb8a3320d141cb01dcea5a1d1d3dbfcd1ab49fc1e /guides
parent7c05ea23a0e6394c61f3d2c1d0ba345784329427 (diff)
downloadrails-38db4e2ca9902a57ae45422cba9cccbfc3e912b6.tar.gz
rails-38db4e2ca9902a57ae45422cba9cccbfc3e912b6.tar.bz2
rails-38db4e2ca9902a57ae45422cba9cccbfc3e912b6.zip
Fix small grammatical error
Diffstat (limited to 'guides')
-rw-r--r--guides/source/action_controller_overview.md2
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