diff --git a/src/ng/compile.js b/src/ng/compile.js index 84546f39697f..de47b683757d 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -1457,7 +1457,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 needed + * attributes. The values reflect current binding state `{{ }}`. The normalization is needed * since all of these are treated as equivalent in Angular: * *