aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/security.md
diff options
context:
space:
mode:
authorkaranarora <mail@arorakaran.com>2015-05-20 20:39:41 +0530
committerkaranarora <mail@arorakaran.com>2015-05-20 20:39:41 +0530
commitbb4ef33b0aadb7f06a3ac04f33ccc3bb20b125e5 (patch)
tree415b9710c258a51b23b36c9a9885fd1ab7b569e4 /guides/source/security.md
parent66780af0275d811cad645b7785a2cecea07ee214 (diff)
downloadrails-bb4ef33b0aadb7f06a3ac04f33ccc3bb20b125e5.tar.gz
rails-bb4ef33b0aadb7f06a3ac04f33ccc3bb20b125e5.tar.bz2
rails-bb4ef33b0aadb7f06a3ac04f33ccc3bb20b125e5.zip
Rails documentation standard is american english. [ci skip]
Diffstat (limited to 'guides/source/security.md')
-rw-r--r--guides/source/security.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/security.md b/guides/source/security.md
index 05d87bba14..46fc8795e2 100644
--- a/guides/source/security.md
+++ b/guides/source/security.md
@@ -971,7 +971,7 @@ request:
| `{ "person": [null, null, ...] }` | `{ :person => [] }` |
| `{ "person": ["foo", null] }` | `{ :person => ["foo"] }` |
-It is possible to return to old behaviour and disable `deep_munge` configuring
+It is possible to return to old behavior and disable `deep_munge` configuring
your application if you are aware of the risk and know how to handle it:
```ruby