From c894470d4122913168dd75f829f1d19c4af696ed Mon Sep 17 00:00:00 2001 From: Gias Kay Lee Date: Sun, 5 Jan 2014 23:51:52 +0800 Subject: docs($compile): fix a typo Closes #5639 --- 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 77a13ab2..dd47ca3b 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -1957,7 +1957,7 @@ function directiveNormalize(name) { * * * @param {string} name Normalized element attribute name of the property to modify. The name is - * revers translated using the {@link ng.$compile.directive.Attributes#$attr $attr} + * reverse-translated using the {@link ng.$compile.directive.Attributes#$attr $attr} * property to the original name. * @param {string} value Value to set the attribute to. The value can be an interpolated string. */ -- cgit v1.2.3