Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Typo #2826

Merged
merged 1 commit into from
Nov 18, 2016
Merged

Typo #2826

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/guide/style-guide.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down