Skip to content

Commit ba076a2

Browse files
David SandersIgorMinar
David Sanders
authored andcommitted
docs($compile): improve docs
1 parent 13000c7 commit ba076a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/compile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,9 +569,9 @@ function $CompileProvider($provide) {
569569

570570

571571
/**
572-
* Once the directives have been collected their compile functions is executed. This method
572+
* Once the directives have been collected, their compile functions are executed. This method
573573
* is responsible for inlining directive templates as well as terminating the application
574-
* of the directives if the terminal directive has been reached..
574+
* of the directives if the terminal directive has been reached.
575575
*
576576
* @param {Array} directives Array of collected directives to execute their compile function.
577577
* this needs to be pre-sorted by priority order.

0 commit comments

Comments
 (0)