1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix small grammatical error

This commit is contained in:
Max Katz 2012-12-07 10:57:24 -07:00
parent 7c05ea23a0
commit 38db4e2ca9

View file

@ -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