Skip to content

Commit 4f3cd10

Browse files
mattiashjamesdaily
authored andcommitted
docs(error/transclude/orphan): fix spelling mistakes
Closes angular#5259
1 parent 07b4ea7 commit 4f3cd10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/error/ngTransclude/orphan.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
@fullName Orphan ngTransclude Directive
44
@description
55

6-
Occurs when an `ngTransclude` occurs without a transcluded ancesstor element.
6+
Occurs when an `ngTransclude` occurs without a transcluded ancestor element.
77

8-
This error often occurs when you have forgotten to set `transclude: true` in some directive definition, and then used `ngTranslude` in the driective's template.
8+
This error often occurs when you have forgotten to set `transclude: true` in some directive definition, and then used `ngTransclude` in the directive's template.
99

1010
To resolve, either remove the offending `ngTransclude` or check that `transclude: true` is included in the intended directive definition.
1111

0 commit comments

Comments
 (0)