aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/credentials/USAGE
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2019-01-26 15:43:30 +0530
committerGitHub <noreply@github.com>2019-01-26 15:43:30 +0530
commit662ea46237d826e71fd4c667a7cab3c7cb79a72e (patch)
treee46c86cf324d8005f70ac1b3da490137bc6cd212 /railties/lib/rails/commands/credentials/USAGE
parentc5fd501ea4057e052c2b08c2872b8998b46ba8f7 (diff)
downloadrails-662ea46237d826e71fd4c667a7cab3c7cb79a72e.tar.gz
rails-662ea46237d826e71fd4c667a7cab3c7cb79a72e.tar.bz2
rails-662ea46237d826e71fd4c667a7cab3c7cb79a72e.zip
Fix typo: overriden -> overridden [ci skip] (#35060)
Diffstat (limited to 'railties/lib/rails/commands/credentials/USAGE')
-rw-r--r--railties/lib/rails/commands/credentials/USAGE2
1 files changed, 1 insertions, 1 deletions
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`.