From cc8af03eec453bcee50d9693e82d6200e8b75cb3 Mon Sep 17 00:00:00 2001 From: Viktor Uhryn Date: Tue, 2 Feb 2021 17:17:17 +0100 Subject: [PATCH] docs: fix typo in lazy-loading guide (#40668) PR Close #40668 --- aio/content/guide/lazy-loading-ngmodules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/lazy-loading-ngmodules.md b/aio/content/guide/lazy-loading-ngmodules.md index 692974a09b..7186d99700 100644 --- a/aio/content/guide/lazy-loading-ngmodules.md +++ b/aio/content/guide/lazy-loading-ngmodules.md @@ -17,7 +17,7 @@ For the final sample app with two lazy-loaded modules that this page describes, This section introduces the basic procedure for configuring a lazy-loaded route. For a step-by-step example, see the [step-by-step setup](#step-by-step) section on this page. -To lazy load Angular modules, use `loadchildren` (instead of `component`) in your `AppRoutingModule` `routes` configuration as follows. +To lazy load Angular modules, use `loadChildren` (instead of `component`) in your `AppRoutingModule` `routes` configuration as follows.