From 70cf8ed05d7bd91412853dcc06b2f1e3de4f230c Mon Sep 17 00:00:00 2001 From: Gabor Szekely <44047861+gaborszekely@users.noreply.github.com> Date: Mon, 26 Aug 2019 19:49:06 -0600 Subject: [PATCH] docs: Fix typo in singleton-services.md page (#32330) There is a typo in the first sentence of the singleton-service.md documentation page. PR Close #32330 --- 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 3515413fb5..c382a0fac9 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.