Skip to content

Commit 9f0e83b

Browse files
authored
Merge pull request rails#35576 from sharang-d/fix-typo-overriden
overriden -> overridden [ci skip]
2 parents cfa22f1 + ad5ca97 commit 9f0e83b

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/commands/encrypted

1 file changed

+1
-1
lines changed

railties/lib/rails/commands/encrypted/USAGE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ See the `Rails.application.encrypted` documentation for using them in your app.
66
=== Encryption Keys
77

88
By default, Rails looks for the encryption key in `config/master.key` or
9-
`ENV["RAILS_MASTER_KEY"]`, but that lookup can be overriden with `--key`:
9+
`ENV["RAILS_MASTER_KEY"]`, but that lookup can be overridden with `--key`:
1010

1111
rails encrypted:edit config/encrypted_file.yml.enc --key config/encrypted_file.key
1212

0 commit comments

Comments
 (0)