Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(compile): fix typo in 'Attributes' description
Browse files Browse the repository at this point in the history
Closes #4589
  • Loading branch information
BrainCrumbz authored and petebacondarwin committed Oct 25, 2013
1 parent 28bf357 commit 9bf9c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 9bf9c23

Please sign in to comment.