aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/security.md
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-08-19 14:17:07 +0530
committerVipul A M <vipulnsward@gmail.com>2016-08-19 14:17:07 +0530
commit18e599940a6070f54c50c4f1e694aaf166cdaf9e (patch)
tree02a6ed4c8526a9a2483ff6058c14124a717a0c63 /guides/source/security.md
parent5b5437caebe1449a33d341036a5c0616201ab2de (diff)
downloadrails-18e599940a6070f54c50c4f1e694aaf166cdaf9e.tar.gz
rails-18e599940a6070f54c50c4f1e694aaf166cdaf9e.tar.bz2
rails-18e599940a6070f54c50c4f1e694aaf166cdaf9e.zip
When referring to Rails, be consistent in usage of capitalized form, unless it is used in context of a command like bin/rails or the rails directory [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 2d1bc3b5b3..36eb61be8b 100644
--- a/guides/source/security.md
+++ b/guides/source/security.md
@@ -965,7 +965,7 @@ When `params[:token]` is one of: `[nil]`, `[nil, nil, ...]` or
`['foo', nil]` it will bypass the test for `nil`, but `IS NULL` or
`IN ('foo', NULL)` where clauses still will be added to the SQL query.
-To keep rails secure by default, `deep_munge` replaces some of the values with
+To keep Rails secure by default, `deep_munge` replaces some of the values with
`nil`. Below table shows what the parameters look like based on `JSON` sent in
request: