docs: fix typo (#23998)
"Made" doesn't make sense (redoing and closing #23940) PR Close #23998
This commit is contained in:
parent
919f42fea1
commit
6d8c847e7b
|
@ -3656,7 +3656,7 @@ Lazy loading has multiple benefits.
|
|||
* You can speed up load time for users that only visit certain areas of the application.
|
||||
* You can continue expanding lazy loaded feature areas without increasing the size of the initial load bundle.
|
||||
|
||||
You're already made part way there.
|
||||
You're already part of the way there.
|
||||
By organizing the application into modules—`AppModule`,
|
||||
`HeroesModule`, `AdminModule` and `CrisisCenterModule`—you
|
||||
have natural candidates for lazy loading.
|
||||
|
|
Loading…
Reference in New Issue