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

docs(di): fix spelling #3261

Merged
merged 1 commit into from
Feb 16, 2017
Merged
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/cookbook/dependency-injection.jade
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ a(id="parent-tree")

`@SkipSelf` is essential for two reasons:

1. It tell the injector to start its search for a `Parent` dependency in a component *above* itself,
1. It tells the injector to start its search for a `Parent` dependency in a component *above* itself,
which *is* what parent means.

2. Angular throws a cyclic dependency error if we omit the `@SkipSelf` decorator.
Expand Down