Skip to content

Commit c7b86bc

Browse files
authored
Merge pull request rails#43315 from intrip/fix-codespell-error
Fix codespell `hiearchy ==> hierarchy` error.
2 parents 53000f3 + f515103 commit c7b86bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/autoloading_and_reloading_constants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Of course, if the application eager loads on boot, that is already accomplished.
318318

319319
### Enumerate the leaves of the hierarchy
320320

321-
Since the leaves of the hierarchy connect all the hiearchy nodes upwards, following super classes, as soon as the root of the hierarchy is loaded, you can force loading them all:
321+
Since the leaves of the hierarchy connect all the hierarchy nodes upwards, following super classes, as soon as the root of the hierarchy is loaded, you can force loading them all:
322322

323323
```ruby
324324
unless Rails.application.config.eager_load

0 commit comments

Comments
 (0)