From ad5ca97acc0ef744d8c9438ce547c48fddeae4b6 Mon Sep 17 00:00:00 2001 From: Sharang Dashputre Date: Tue, 12 Mar 2019 04:07:51 +0530 Subject: overriden -> overridden [ci skip] --- railties/lib/rails/commands/encrypted/USAGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') 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 -- cgit v1.2.3