doc(guide/compiler): fix grammatical error

"The compilation process happens into two phases." should be "The compilation process happens in two phases."
This commit is contained in:
David Holmes 2013-05-19 14:50:49 -03:00 committed by Pete Bacon Darwin
parent 0135564ad9
commit 6165bd7d1e

View file

@ -30,7 +30,7 @@ involved.
# Compiler # Compiler
Compiler is an angular service which traverses the DOM looking for attributes. The compilation 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 1. **Compile:** traverse the DOM and collect all of the directives. The result is a linking
function. function.