From 5ae48d52e62e5c35ecf70148355cd90312b2d0d5 Mon Sep 17 00:00:00 2001 From: john li Date: Thu, 19 Sep 2019 16:32:46 -0400 Subject: [PATCH] docs: fix typo in deployment guide (#32777) The typo causes most of the callout to not appear on the page. The issue appears at the bottom of the "Lazy loading" section on the live site: https://angular.io/guide/deployment#lazy-loading PR Close #32777 --- aio/content/guide/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index b22cb51955..6c53a9a008 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -304,7 +304,7 @@ Configure the Angular Router to defer loading of all other modules (and their as or by [_lazy loading_](guide/router#asynchronous-routing "Lazy loading") them on demand. -
Don't eagerly import something from a lazy-loaded module