mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo: overriden -> overridden [ci skip] (#35060)
This commit is contained in:
parent
c5fd501ea4
commit
662ea46237
1 changed files with 1 additions and 1 deletions
|
@ -54,5 +54,5 @@ doesn't exist.
|
|||
The encryption key can also be put in `ENV["RAILS_MASTER_KEY"]`, which takes
|
||||
precedence over the file encryption key.
|
||||
|
||||
In addition to that, the default credentials lookup paths can be overriden through
|
||||
In addition to that, the default credentials lookup paths can be overridden through
|
||||
`config.credentials.content_path` and `config.credentials.key_path`.
|
||||
|
|
Loading…
Reference in a new issue