Skip to content

Commit

Permalink
docs: fix typo in router.md (angular#54194)
Browse files Browse the repository at this point in the history
Correct spelling mistake

PR Close angular#54194
  • Loading branch information
Teebo authored and thePunderWoman committed Feb 1, 2024
1 parent 3cf612c commit 32d0742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/router.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ gotoItems(hero: Hero) {

## Lazy loading

You can configure your routes to be lazy loaded, which means that Angular only loads routs as needed, rather than loading all routes when the application launches.
You can configure your routes to be lazy loaded, which means that Angular only loads routes as needed, rather than loading all routes when the application launches.
Additionally, preload parts of your application in the background to improve the user experience.

For more information on lazy loading and preloading see the dedicated guide [Lazy loading](guide/lazy-loading-ngmodules).
Expand Down

0 comments on commit 32d0742

Please # to comment.