aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/ngTransclude
diff options
context:
space:
mode:
authorMattias Holmlund2013-12-04 11:17:15 +0100
committerPete Bacon Darwin2013-12-12 11:15:31 +0000
commit4ac21ac039c3aa274904e8fcaab6622f8a1ccf84 (patch)
tree10e915d762041768e06ea903b078d9602aebab19 /docs/content/error/ngTransclude
parentf69dc16241c8b631123ad0b09674f0a5e0ff32fe (diff)
downloadangular.js-4ac21ac039c3aa274904e8fcaab6622f8a1ccf84.tar.bz2
docs(error/transclude/orphan): fix spelling mistakes
Closes #5259
Diffstat (limited to 'docs/content/error/ngTransclude')
-rw-r--r--docs/content/error/ngTransclude/orphan.ngdoc4
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.