diff options
author | Swapnil Gourshete <swapnilggourshete@gmail.com> | 2019-08-03 01:29:35 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-03 01:29:35 +0530 |
commit | 303f415573a6bc670624ea734a02384cbdf177ae (patch) | |
tree | 492275f5360a585dd73b84b04f084ce014f98c3f | |
parent | 1c7207a22faca3f07ee9aee1dc00a5b01286de2f (diff) | |
download | rails-303f415573a6bc670624ea734a02384cbdf177ae.tar.gz rails-303f415573a6bc670624ea734a02384cbdf177ae.tar.bz2 rails-303f415573a6bc670624ea734a02384cbdf177ae.zip |
typo in word compatibily - autoloading and reloading constants guide
-rw-r--r-- | guides/source/autoloading_and_reloading_constants.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/autoloading_and_reloading_constants.md b/guides/source/autoloading_and_reloading_constants.md index 212cbfaf43..2556119d33 100644 --- a/guides/source/autoloading_and_reloading_constants.md +++ b/guides/source/autoloading_and_reloading_constants.md @@ -277,7 +277,7 @@ Rails.autoloaders.main Rails.autoloaders.once ``` -The former is the main one. The latter is there mostly for backwards compatibily reasons, in case the application has something in `config.autoload_once_paths` (this is discouraged nowadays). +The former is the main one. The latter is there mostly for backwards compatibility reasons, in case the application has something in `config.autoload_once_paths` (this is discouraged nowadays). You can check if `zeitwerk` mode is enabled with |