docs: fix type in lazy-load callout (#38153)

PR Close #38153
This commit is contained in:
Alan Cohen 2020-07-20 23:40:15 -04:00 committed by Andrew Kushnir
parent a9910f5991
commit 7f82a2c1c8
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ them on demand.
<header>Don't eagerly import something from a lazy-loaded module</header>
If you mean to lazy-load a module, be careful not import it
If you mean to lazy-load a module, be careful not to import it
in a file that's eagerly loaded when the app starts (such as the root `AppModule`).
If you do that, the module will be loaded immediately.