mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix a typo [ci skip]
This commit is contained in:
parent
84e38bbacc
commit
1a23410380
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ derivation.
|
|||
|
||||
### Loading Mechanism
|
||||
|
||||
Rails autoloads files with `Kerne#load` when `config.cache_classes` is false,
|
||||
Rails autoloads files with `Kernel#load` when `config.cache_classes` is false,
|
||||
the default in development mode, and with `Kernel#require` otherwise, the
|
||||
default in production mode.
|
||||
|
||||
|
|
Loading…
Reference in a new issue