1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

overriden -> overridden [ci skip]

This commit is contained in:
Sharang Dashputre 2019-03-12 04:07:51 +05:30
parent cfa22f1a4b
commit ad5ca97acc

View file

@ -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