diff --git a/aio/content/guide/singleton-services.md b/aio/content/guide/singleton-services.md index c5383d2710..a19ec8b7a4 100644 --- a/aio/content/guide/singleton-services.md +++ b/aio/content/guide/singleton-services.md @@ -25,7 +25,7 @@ There are two ways to make a service a singleton in Angular: Beginning with Angular 6.0, the preferred way to create a singleton service is to set `providedIn` to `root` on the service's `@Injectable()` decorator. This tells Angular to provide the service in the application root. - + For more detailed information on services, see the [Services](tutorial/toh-pt4) chapter of the [Tour of Heroes tutorial](tutorial).