Skip to content

Commit d18662a

Browse files
Update content/fundamentals/lifecycle-events.md
1 parent 61978f9 commit d18662a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/fundamentals/lifecycle-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In the following table, `onModuleDestroy`, `beforeApplicationShutdown` and `onAp
2626

2727
> warning **Warning** The lifecycle hooks listed above are not triggered for **request-scoped** classes. Request-scoped classes are not tied to the application lifecycle and their lifespan is unpredictable. They are exclusively created for each request and automatically garbage-collected after the response is sent.
2828
29-
> info **Info** Execution order of `onModuleInit()` and `onApplicationBootstrap()` directly depends on the order of module imports, awaiting previous hook. If services are imported via providers option then `onModuleInit()` and `onApplicationBootstrap()` will be called simultaneously.
29+
> info **Hint** Execution order of `onModuleInit()` and `onApplicationBootstrap()` directly depends on the order of module imports, awaiting the previous hook.
3030
3131
#### Usage
3232

0 commit comments

Comments
 (0)