You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/migration.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,7 @@ While the `OnModuleDestroy` hooks are executed in the reverse order:
178
178
A -> B -> C
179
179
```
180
180
181
-
> info **Hint** Global modules are treated as if they depend on all other modules. This means that global modules are initialized first and destroyed last.
181
+
> info **Hint** Global modules are treated as a dependency of all other modules. This means that global modules are initialized first and destroyed last.
0 commit comments