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

View File

@ -1439,7 +1439,7 @@ a(href="#toc") Back to top
.s-why.s-why-last .s-why.s-why-last
:marked :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. 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. Yet there is a real danger of that happening accidentally if the `CoreModule` provides a service.