aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/security.md
diff options
context:
space:
mode:
authorYauheni Dakuka <yauheni.dakuka@gmail.com>2017-09-18 08:15:02 +0300
committerGitHub <noreply@github.com>2017-09-18 08:15:02 +0300
commit76d373bc4196446a59c60e6c500def2c27e5b471 (patch)
treeda59902e270c5cd2e3f73f090e5305cf40997346 /guides/source/security.md
parent58c1dda4a21291d0d0d51342e275dd02228022f0 (diff)
downloadrails-76d373bc4196446a59c60e6c500def2c27e5b471.tar.gz
rails-76d373bc4196446a59c60e6c500def2c27e5b471.tar.bz2
rails-76d373bc4196446a59c60e6c500def2c27e5b471.zip
Remove "the" [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 2ac52155f8..746da5e634 100644
--- a/guides/source/security.md
+++ b/guides/source/security.md
@@ -1029,7 +1029,7 @@ Rails generates a `config/credentials.yml.enc` to store third-party credentials
within the repo. This is only viable because Rails encrypts the file with a master
key that's generated into a version control ignored `config/master.key` — Rails
will also look for that key in `ENV["RAILS_MASTER_KEY"]`. Rails also requires the
-the key to boot in production, so the credentials can be read.
+key to boot in production, so the credentials can be read.
To edit stored credentials use `bin/rails credentials:edit`.