From 2586e3a2acf83f8992f810b34a720cad9972f8d8 Mon Sep 17 00:00:00 2001 From: Lajos Veres Date: Thu, 27 Feb 2014 09:26:38 +0000 Subject: docs($compile): fix typo --- src/ng/compile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/compile.js') diff --git a/src/ng/compile.js b/src/ng/compile.js index 13e79b24..5b625c19 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -441,7 +441,7 @@ * * @param {string|DOMElement} element Element or HTML string to compile into a template function. * @param {function(angular.Scope, cloneAttachFn=)} transclude function available to directives. - * @param {number} maxPriority only apply directives lower then given priority (Only effects the + * @param {number} maxPriority only apply directives lower than given priority (Only effects the * root element(s), not their children) * @returns {function(scope, cloneAttachFn=)} a link function which is used to bind template * (a DOM element/tree) to a scope. Where: -- cgit v1.2.3