From 662ea46237d826e71fd4c667a7cab3c7cb79a72e Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Sat, 26 Jan 2019 15:43:30 +0530 Subject: [PATCH] Fix typo: overriden -> overridden [ci skip] (#35060) --- railties/lib/rails/commands/credentials/USAGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/lib/rails/commands/credentials/USAGE b/railties/lib/rails/commands/credentials/USAGE index d235592f46..f7268a64d1 100644 --- a/railties/lib/rails/commands/credentials/USAGE +++ b/railties/lib/rails/commands/credentials/USAGE @@ -54,5 +54,5 @@ doesn't exist. The encryption key can also be put in `ENV["RAILS_MASTER_KEY"]`, which takes precedence over the file encryption key. -In addition to that, the default credentials lookup paths can be overriden through +In addition to that, the default credentials lookup paths can be overridden through `config.credentials.content_path` and `config.credentials.key_path`.