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

Commit 8a89a24

Browse files
jsayolFoxandxss
authored andcommitted
docs(di): fix spelling (#3261)
1 parent 3b679d4 commit 8a89a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/cookbook/dependency-injection.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ a(id="parent-tree")
786786

787787
`@SkipSelf` is essential for two reasons:
788788

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

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

0 commit comments

Comments
 (0)