diff --git a/aio/content/guide/router.md b/aio/content/guide/router.md index f50fc0f2af..d32f8ba9c5 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -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.