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

Commit a5f846e

Browse files
committed
post-review edit
1 parent 600a48a commit a5f846e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/hierarchical-dependency-injection.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ figure.image-display
9696
+makeExcerpt('src/app/villains-list.component.ts (metadata)')
9797

9898
:marked
99-
By providing `VillainsService` in the `VillainsListComponent` metadata — and nowhere else —
99+
By providing `VillainsService` in the `VillainsListComponent` metadata and nowhere else,
100100
the service becomes available only in the `VillainsListComponent` and its sub-component tree.
101101
It's still a singleton, but it's a singleton that exist solely in the _villain_ domain.
102102

0 commit comments

Comments
 (0)