From 1a5c7112e0afc33202961bf43cac42b9a49e056d Mon Sep 17 00:00:00 2001 From: Kapunahele Wong Date: Wed, 12 Jun 2019 13:37:15 -0400 Subject: [PATCH] docs: fix broken link in singleton services doc (#31007) PR Close #31007 --- aio/content/guide/singleton-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/singleton-services.md b/aio/content/guide/singleton-services.md index a19ec8b7a4..958564920b 100644 --- a/aio/content/guide/singleton-services.md +++ b/aio/content/guide/singleton-services.md @@ -63,7 +63,7 @@ There are multiple ways to prevent this:
-**Note:** There are two example apps where you can see this scenario; the more advanced NgModules live example, which contains `forRoot()` and `forChild()` in the routing modules and the `GreetingModule`, and the simpler Lazy Loading live example. For an introductory explanation see the [Lazy Loading Feature Modules](guide/lazy-loading-ngmodules) guide. +**Note:** There are two example apps where you can see this scenario; the more advanced NgModules live example, which contains `forRoot()` and `forChild()` in the routing modules and the `GreetingModule`, and the simpler Lazy Loading live example. For an introductory explanation see the [Lazy Loading Feature Modules](guide/lazy-loading-ngmodules) guide.