From 518a92651faeee4f026bd3189f146e5ea9dd6921 Mon Sep 17 00:00:00 2001 From: David Holmes Date: Sun, 19 May 2013 14:50:49 -0300 Subject: doc(guide/compiler): fix grammatical error "The compilation process happens into two phases." should be "The compilation process happens in two phases." --- docs/content/guide/compiler.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3