diff options
Diffstat (limited to 'src/ng/compile.js')
| -rw-r--r-- | src/ng/compile.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/compile.js b/src/ng/compile.js index e6300f15..f0b7ba9e 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -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"> | 
