From 303f415573a6bc670624ea734a02384cbdf177ae Mon Sep 17 00:00:00 2001 From: Swapnil Gourshete Date: Sat, 3 Aug 2019 01:29:35 +0530 Subject: typo in word compatibily - autoloading and reloading constants guide --- guides/source/autoloading_and_reloading_constants.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3