aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/compiler.ngdoc
diff options
context:
space:
mode:
authorDavid Holmes2013-05-19 14:50:49 -0300
committerPete Bacon Darwin2013-05-20 10:24:29 +0100
commit6165bd7d1e555eb8cc9d89216c4e0528fd15ad04 (patch)
treeeb9c18386c679ab0288392c153f68be22d0f5c80 /docs/content/guide/compiler.ngdoc
parent0135564ad902134f8637eda77eaf6a406533b269 (diff)
downloadangular.js-6165bd7d1e555eb8cc9d89216c4e0528fd15ad04.tar.bz2
doc(guide/compiler): fix grammatical error
"The compilation process happens into two phases." should be "The compilation process happens in two phases."
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 ef0e08d1..dc835808 100644
--- a/docs/content/guide/compiler.ngdoc
+++ b/docs/content/guide/compiler.ngdoc
@@ -30,7 +30,7 @@ involved.
# Compiler
Compiler is an angular service which traverses the DOM looking for attributes. The compilation
-process happens into two phases.
+process happens in two phases.
1. **Compile:** traverse the DOM and collect all of the directives. The result is a linking
function.