From ba076a29b951f1311bad558117b23b9168a751b3 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Tue, 2 Apr 2013 15:38:23 -0600 Subject: docs($compile): improve docs --- src/ng/compile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ng/compile.js') 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. -- cgit v1.2.3