diff --git a/aio/content/guide/singleton-services.md b/aio/content/guide/singleton-services.md index 3515413fb5f9b..c382a0fac9484 100644 --- a/aio/content/guide/singleton-services.md +++ b/aio/content/guide/singleton-services.md @@ -1,6 +1,6 @@ # Singleton services -A singleton service is a service for which only once instance exists in an app. +A singleton service is a service for which only one instance exists in an app. For a sample app using the app-wide singleton service that this page describes, see the showcasing all the documented features of NgModules.