From 3683c6a188296a120f62689705219b4ddb511918 Mon Sep 17 00:00:00 2001 From: Atuuh Date: Tue, 2 Oct 2018 00:33:08 +0100 Subject: [PATCH] docs: fix wording (#26207) fix wording to sound better PR Close #26207 --- aio/content/guide/router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/router.md b/aio/content/guide/router.md index ae109eb74c..85c8ddb7c1 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -3918,7 +3918,7 @@ the `queryParamsHandling` and `preserveFragment` bindings respectively. As you've worked through the milestones, the application has naturally gotten larger. As you continue to build out feature areas, the overall application size will continue to grow. -At some point you'll reach a tipping point where the application takes long time to load. +At some point you'll reach a tipping point where the application takes a long time to load. How do you combat this problem? With asynchronous routing, which loads feature modules _lazily_, on request. Lazy loading has multiple benefits.