diff options
author | Vipul A M <vipulnsward@gmail.com> | 2019-08-03 04:17:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-03 04:17:04 +0800 |
commit | 5944a312921b9a27fce7bef317e42213c4efaa3b (patch) | |
tree | 492275f5360a585dd73b84b04f084ce014f98c3f | |
parent | 1c7207a22faca3f07ee9aee1dc00a5b01286de2f (diff) | |
parent | 303f415573a6bc670624ea734a02384cbdf177ae (diff) | |
download | rails-5944a312921b9a27fce7bef317e42213c4efaa3b.tar.gz rails-5944a312921b9a27fce7bef317e42213c4efaa3b.tar.bz2 rails-5944a312921b9a27fce7bef317e42213c4efaa3b.zip |
Merge pull request #36846 from SGourshete/master
typo in word compatibily -> compatibility [ci skip]
-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 |