From 76d373bc4196446a59c60e6c500def2c27e5b471 Mon Sep 17 00:00:00 2001 From: Yauheni Dakuka Date: Mon, 18 Sep 2017 08:15:02 +0300 Subject: Remove "the" [ci skip] --- guides/source/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- cgit v1.2.3