Skip to content

Commit bdd8cba

Browse files
committed
Fix typo in initialization.md
1 parent 9f39304 commit bdd8cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/initialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ defines `bootstrap`, `railtie`, and `finisher` initializers. The `bootstrap` ini
575575
prepare the application (like initializing the logger) while the `finisher`
576576
initializers (like building the middleware stack) are run last. The `railtie`
577577
initializers are the initializers which have been defined on the `Rails::Application`
578-
itself and are run between the `bootstrap` and `finishers`.
578+
itself and are run between the `bootstrap` and `finisher`.
579579

580580
NOTE: Do not confuse Railtie initializers overall with the [load_config_initializers](configuring.html#using-initializer-files)
581581
initializer instance or its associated config initializers in `config/initializers`.

0 commit comments

Comments
 (0)