1
0
Fork 0
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:
Vijay Dev 2014-12-15 23:24:09 +05:30
parent 84e38bbacc
commit 1a23410380

View file

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