docs: fix typo (#23998)

"Made" doesn't make sense (redoing and closing #23940)
PR Close #23998
This commit is contained in:
Patrick McDonald 2018-05-18 12:49:09 -04:00 committed by Matias Niemelä
parent 919f42fea1
commit 6d8c847e7b
1 changed files with 1 additions and 1 deletions

View File

@ -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.