docs(style-guide): fix typo (#2826)
This commit is contained in:
parent
7c8938a424
commit
1fe2083e10
@ -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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user