From 1fe2083e107fbb417bf5eb1331a2e960c1e6d100 Mon Sep 17 00:00:00 2001 From: gramotei Date: Fri, 18 Nov 2016 21:08:48 +0200 Subject: [PATCH] docs(style-guide): fix typo (#2826) --- public/docs/ts/latest/guide/style-guide.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/style-guide.jade b/public/docs/ts/latest/guide/style-guide.jade index dbee12ebcd..67cdc6200b 100644 --- a/public/docs/ts/latest/guide/style-guide.jade +++ b/public/docs/ts/latest/guide/style-guide.jade @@ -1439,7 +1439,7 @@ a(href="#toc") Back to top .s-why.s-why-last :marked - **Why?** You wnat the entire app to use the one, singleton instance. + **Why?** You want the entire app to use the one, singleton instance. You don't want each module to have its own separate instance of singleton services. Yet there is a real danger of that happening accidentally if the `CoreModule` provides a service.