diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-05-20 12:30:17 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-05-20 12:30:17 -0300 |
commit | 85fb209e526cc70be699bfeee0b5adffcc2eb108 (patch) | |
tree | 415b9710c258a51b23b36c9a9885fd1ab7b569e4 /guides | |
parent | 66780af0275d811cad645b7785a2cecea07ee214 (diff) | |
parent | bb4ef33b0aadb7f06a3ac04f33ccc3bb20b125e5 (diff) | |
download | rails-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')
-rw-r--r-- | guides/source/security.md | 2 |
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 |