Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4ac21ac

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

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)