aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/compile.js
diff options
context:
space:
mode:
authorDavid Sanders2013-04-02 15:38:23 -0600
committerIgor Minar2013-04-11 13:06:56 -0700
commitba076a29b951f1311bad558117b23b9168a751b3 (patch)
tree0bb246777c8efdac0c03c0ef2c3e07ca7079619a /src/ng/compile.js
parent13000c7350248bad01dd419ba7135f837a916d3d (diff)
downloadangular.js-ba076a29b951f1311bad558117b23b9168a751b3.tar.bz2
docs($compile): improve docs
Diffstat (limited to 'src/ng/compile.js')
-rw-r--r--src/ng/compile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ng/compile.js b/src/ng/compile.js
index a59c8012..4f024de0 100644
--- a/src/ng/compile.js
+++ b/src/ng/compile.js
@@ -569,9 +569,9 @@ function $CompileProvider($provide) {
/**
- * Once the directives have been collected their compile functions is executed. This method
+ * Once the directives have been collected, their compile functions are executed. This method
* is responsible for inlining directive templates as well as terminating the application
- * of the directives if the terminal directive has been reached..
+ * of the directives if the terminal directive has been reached.
*
* @param {Array} directives Array of collected directives to execute their compile function.
* this needs to be pre-sorted by priority order.