diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-01-05 06:23:34 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-01-05 06:23:34 -0200 |
commit | cd1757ebeca31259592a65e2bbabd9921acf4557 (patch) | |
tree | 0bfb24b38a7ff61ecd16f04c335363b3e8408feb /guides/source | |
parent | 85c13b7d3d4cb940785ac58d24f6fe90a5346f9c (diff) | |
download | rails-cd1757ebeca31259592a65e2bbabd9921acf4557.tar.gz rails-cd1757ebeca31259592a65e2bbabd9921acf4557.tar.bz2 rails-cd1757ebeca31259592a65e2bbabd9921acf4557.zip |
Fix typo
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/configuring.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md index cb14c0534b..e7fe68e70a 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -304,7 +304,7 @@ The schema dumper adds one additional configuration option: * `config.action_controller.permit_all_parameters` sets all the parameters for mass assignment to be permitted by default. The default value is `false`. -* `config.action_controller.raise_on_unexpected_params` enables raising an exception if paramets that are not explicitly permitted are found. The default value is `true` in development and test environments, `false` otherwise. +* `config.action_controller.raise_on_unexpected_params` enables raising an exception if parameters that are not explicitly permitted are found. The default value is `true` in development and test environments, `false` otherwise. ### Configuring Action Dispatch |