docs(compile): fix typo in 'Attributes' description

Closes #4589
This commit is contained in:
BrainCrumbz 2013-10-22 23:58:59 +02:00 committed by Pete Bacon Darwin
parent 28bf357553
commit 9bf9c236cf

View file

@ -1824,7 +1824,7 @@ function directiveNormalize(name) {
*
* @description
* A shared object between directive compile / linking functions which contains normalized DOM
* element attributes. The the values reflect current binding state `{{ }}`. The normalization is
* element attributes. The values reflect current binding state `{{ }}`. The normalization is
* needed since all of these are treated as equivalent in Angular:
*
* <span ng:bind="a" ng-bind="a" data-ng-bind="a" x-ng-bind="a">