diff options
| author | Mattias Holmlund | 2013-12-04 11:17:15 +0100 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-12-12 11:15:31 +0000 |
| commit | 4ac21ac039c3aa274904e8fcaab6622f8a1ccf84 (patch) | |
| tree | 10e915d762041768e06ea903b078d9602aebab19 /docs/content | |
| parent | f69dc16241c8b631123ad0b09674f0a5e0ff32fe (diff) | |
| download | angular.js-4ac21ac039c3aa274904e8fcaab6622f8a1ccf84.tar.bz2 | |
docs(error/transclude/orphan): fix spelling mistakes
Closes #5259
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/error/ngTransclude/orphan.ngdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/error/ngTransclude/orphan.ngdoc b/docs/content/error/ngTransclude/orphan.ngdoc index 5ac25432..0bd116ef 100644 --- a/docs/content/error/ngTransclude/orphan.ngdoc +++ b/docs/content/error/ngTransclude/orphan.ngdoc @@ -3,9 +3,9 @@ @fullName Orphan ngTransclude Directive @description -Occurs when an `ngTransclude` occurs without a transcluded ancesstor element. +Occurs when an `ngTransclude` occurs without a transcluded ancestor element. -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. +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. To resolve, either remove the offending `ngTransclude` or check that `transclude: true` is included in the intended directive definition. |
