aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorSharang Dashputre <sharang.d@gmail.com>2019-03-12 04:07:51 +0530
committerSharang Dashputre <sharang.d@gmail.com>2019-03-12 04:08:51 +0530
commitad5ca97acc0ef744d8c9438ce547c48fddeae4b6 (patch)
tree4856f57c49f541c404646aeaf32486e0ca896166 /railties
parentcfa22f1a4b5e8b95ee01a432168de2f831b3f788 (diff)
downloadrails-ad5ca97acc0ef744d8c9438ce547c48fddeae4b6.tar.gz
rails-ad5ca97acc0ef744d8c9438ce547c48fddeae4b6.tar.bz2
rails-ad5ca97acc0ef744d8c9438ce547c48fddeae4b6.zip
overriden -> overridden [ci skip]
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/rails/commands/encrypted/USAGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/commands/encrypted/USAGE b/railties/lib/rails/commands/encrypted/USAGE
index 7ec3ebb5d7..253eec2378 100644
--- a/railties/lib/rails/commands/encrypted/USAGE
+++ b/railties/lib/rails/commands/encrypted/USAGE
@@ -6,7 +6,7 @@ See the `Rails.application.encrypted` documentation for using them in your app.
=== Encryption Keys
By default, Rails looks for the encryption key in `config/master.key` or
-`ENV["RAILS_MASTER_KEY"]`, but that lookup can be overriden with `--key`:
+`ENV["RAILS_MASTER_KEY"]`, but that lookup can be overridden with `--key`:
rails encrypted:edit config/encrypted_file.yml.enc --key config/encrypted_file.key