docs: fix wording (#26207)

fix wording to sound better
PR Close #26207
This commit is contained in:
Atuuh 2018-10-02 00:33:08 +01:00 committed by Jason Aden
parent 4006c9b6e6
commit 3683c6a188
1 changed files with 1 additions and 1 deletions

View File

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