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:
parent
966c2a326a
commit
5ae48d52e6
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue