aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_controller_overview.md
diff options
context:
space:
mode:
authorMikhail Dieterle <MikDiet@gmail.com>2013-03-16 01:02:21 +0300
committerMikhail Dieterle <MikDiet@gmail.com>2013-03-16 01:02:21 +0300
commit3aa3880cfb86d7330db573a31066fd8ef897f180 (patch)
treef05bbc75b9e192f1daa1f1a9af5b5d82367537ee /guides/source/action_controller_overview.md
parent0ddae9fcf6a648b48cf06562a95618ea6c84fbbb (diff)
downloadrails-3aa3880cfb86d7330db573a31066fd8ef897f180.tar.gz
rails-3aa3880cfb86d7330db573a31066fd8ef897f180.tar.bz2
rails-3aa3880cfb86d7330db573a31066fd8ef897f180.zip
fix markup of controllers guide
Diffstat (limited to 'guides/source/action_controller_overview.md')
-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 624b93da28..c13eb8512f 100644
--- a/guides/source/action_controller_overview.md
+++ b/guides/source/action_controller_overview.md
@@ -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