aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/compiler.ngdoc
diff options
context:
space:
mode:
authordouglascalhoun2013-10-26 09:57:28 -0700
committerPete Bacon Darwin2013-10-26 19:58:05 +0100
commit9453c610935b2e872215f0c6a223b24ba8b4ea7f (patch)
treeb626c601eff9acc1b460a412ef7357a4dddf37e0 /docs/content/guide/compiler.ngdoc
parent8b7473856867a8507ac5e833410d316fdf1b3177 (diff)
downloadangular.js-9453c610935b2e872215f0c6a223b24ba8b4ea7f.tar.bz2
docs(guide/compiler): fix typo
Closes #4667
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 a8b96aac..6f896f84 100644
--- a/docs/content/guide/compiler.ngdoc
+++ b/docs/content/guide/compiler.ngdoc
@@ -166,7 +166,7 @@ HTML compilation happens in three phases:
1. {@link api/ng.$compile `$compile`} traverses the DOM and matches directives.
- If the compiler finds than an element matches a directive, then the directive is added to the list of
+ If the compiler finds that an element matches a directive, then the directive is added to the list of
directives that match the DOM element. A single element may match multiple directives.
2. Once all directives matching a DOM element have been identified, the compiler sorts the directives