aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/compiler.ngdoc
diff options
context:
space:
mode:
authorroyling2013-10-28 09:53:33 +0800
committerPete Bacon Darwin2013-10-28 20:30:06 +0000
commit29e40c1f1c530f045e541e308ac5138ee749655a (patch)
treef0624ece2f94c45347d290320368757eb3ed1324 /docs/content/guide/compiler.ngdoc
parent6d23591c31f2b41097ceaa380af09998e4a62f09 (diff)
downloadangular.js-29e40c1f1c530f045e541e308ac5138ee749655a.tar.bz2
docs(guide/compiler): fixed a typo
Closes #4674
Diffstat (limited to 'docs/content/guide/compiler.ngdoc')
-rw-r--r--docs/content/guide/compiler.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/compiler.ngdoc b/docs/content/guide/compiler.ngdoc
index 1675b7aa..d1ad3eee 100644
--- a/docs/content/guide/compiler.ngdoc
+++ b/docs/content/guide/compiler.ngdoc
@@ -285,7 +285,7 @@ on the cloned `<li>`.
-### Understanding How Scopes Work with Transclused Directives
+### Understanding How Scopes Work with Transcluded Directives
One of the most common use cases for directives is to create reusable components.