Skip to content

Commit 518a926

Browse files
david-geo-holmespetebacondarwin
authored andcommitted
doc(guide/compiler): fix grammatical error
"The compilation process happens into two phases." should be "The compilation process happens in two phases."
1 parent 5c20324 commit 518a926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/compiler.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ involved.
3030
# Compiler
3131

3232
Compiler is an angular service which traverses the DOM looking for attributes. The compilation
33-
process happens into two phases.
33+
process happens in two phases.
3434

3535
1. **Compile:** traverse the DOM and collect all of the directives. The result is a linking
3636
function.

0 commit comments

Comments
 (0)