remove typo - repeating word like

This commit is contained in:
Raj Kumar 2022-03-03 18:12:49 +05:30
parent 13dd6f93c8
commit 7ad738aaf7
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ A few of highlights:
* If you want to trace the activity of the autoloader, `ActiveSupport::Dependencies.verbose=` is no longer available, just throw `Rails.autoloaders.log!` in `config/application.rb`.
Auxiliary internal classes or modules are also gone, like like `ActiveSupport::Dependencies::Reference`, `ActiveSupport::Dependencies::Blamable`, and others.
Auxiliary internal classes or modules are also gone, like `ActiveSupport::Dependencies::Reference`, `ActiveSupport::Dependencies::Blamable`, and others.
### Autoloading during initialization