aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-20 12:30:17 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-20 12:30:17 -0300
commit85fb209e526cc70be699bfeee0b5adffcc2eb108 (patch)
tree415b9710c258a51b23b36c9a9885fd1ab7b569e4 /guides/source
parent66780af0275d811cad645b7785a2cecea07ee214 (diff)
parentbb4ef33b0aadb7f06a3ac04f33ccc3bb20b125e5 (diff)
downloadrails-85fb209e526cc70be699bfeee0b5adffcc2eb108.tar.gz
rails-85fb209e526cc70be699bfeee0b5adffcc2eb108.tar.bz2
rails-85fb209e526cc70be699bfeee0b5adffcc2eb108.zip
Merge pull request #20228 from karanarora/Spelling-fix
Rails documentation standard is american english. [ci skip]
Diffstat (limited to 'guides/source')
-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