docs(style-guide): fix typo (#2826)

This commit is contained in:
gramotei 2016-11-18 21:08:48 +02:00 committed by Jesús Rodríguez
parent 7c8938a424
commit 1fe2083e10
1 changed files with 1 additions and 1 deletions

View File

@ -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.