docs($compile): fix a typo

Closes #5639
This commit is contained in:
Gias Kay Lee 2014-01-05 23:51:52 +08:00 committed by Igor Minar
parent 1b0718bf89
commit c894470d41

View file

@ -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.
*/