Skip to content

Commit

Permalink
fix markup of controllers guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mikdiet committed Mar 15, 2013
1 parent 0ddae9f commit 3aa3880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/action_controller_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ The permitted scalar types are `String`, `Symbol`, `NilClass`,
`StringIO`, `IO`, `ActionDispatch::Http::UploadedFile` and
`Rack::Test::UploadedFile`.

To declare that the value in `params+ must be an array of permitted
To declare that the value in `params` must be an array of permitted
scalar values map the key to an empty array:

```ruby
Expand Down

0 comments on commit 3aa3880

Please sign in to comment.