From 4ac21ac039c3aa274904e8fcaab6622f8a1ccf84 Mon Sep 17 00:00:00 2001 From: Mattias Holmlund Date: Wed, 4 Dec 2013 11:17:15 +0100 Subject: docs(error/transclude/orphan): fix spelling mistakes Closes #5259 --- docs/content/error/ngTransclude/orphan.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content/error/ngTransclude') 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. -- cgit v1.2.3