aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/compile.js
diff options
context:
space:
mode:
authorGias Kay Lee2014-01-05 23:51:52 +0800
committerIgor Minar2014-01-06 17:35:13 -0800
commitc894470d4122913168dd75f829f1d19c4af696ed (patch)
tree4c39e20a581de50a1dc624c8f7d76e1132f92a17 /src/ng/compile.js
parent1b0718bf89aff5a9686cd89cad91a7a11825e9f0 (diff)
downloadangular.js-c894470d4122913168dd75f829f1d19c4af696ed.tar.bz2
docs($compile): fix a typo
Closes #5639
Diffstat (limited to 'src/ng/compile.js')
-rw-r--r--src/ng/compile.js2
1 files changed, 1 insertions, 1 deletions
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.
*/