diff options
author | Sharang Dashputre <sharang.d@gmail.com> | 2019-03-12 04:07:51 +0530 |
---|---|---|
committer | Sharang Dashputre <sharang.d@gmail.com> | 2019-03-12 04:08:51 +0530 |
commit | ad5ca97acc0ef744d8c9438ce547c48fddeae4b6 (patch) | |
tree | 4856f57c49f541c404646aeaf32486e0ca896166 /railties/lib/rails/commands/encrypted/USAGE | |
parent | cfa22f1a4b5e8b95ee01a432168de2f831b3f788 (diff) | |
download | rails-ad5ca97acc0ef744d8c9438ce547c48fddeae4b6.tar.gz rails-ad5ca97acc0ef744d8c9438ce547c48fddeae4b6.tar.bz2 rails-ad5ca97acc0ef744d8c9438ce547c48fddeae4b6.zip |
overriden -> overridden [ci skip]
Diffstat (limited to 'railties/lib/rails/commands/encrypted/USAGE')
-rw-r--r-- | railties/lib/rails/commands/encrypted/USAGE | 2 |
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 |