Skip to content

Commit 4ac21ac

Browse files
mattiashpetebacondarwin
authored andcommitted
docs(error/transclude/orphan): fix spelling mistakes
Closes angular#5259
1 parent f69dc16 commit 4ac21ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/content/error/ngTransclude/orphan.ngdoc

Lines changed: 2 additions & 2 deletions
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)