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
This commit is contained in:
john li 2019-09-19 16:32:46 -04:00 committed by atscott
parent 966c2a326a
commit 5ae48d52e6
1 changed files with 1 additions and 1 deletions

View File

@ -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.
<div class="callout is-helpful>
<div class="callout is-helpful">
<header>Don't eagerly import something from a lazy-loaded module</header>