aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/compile.js
diff options
context:
space:
mode:
authorBrainCrumbz2013-10-22 23:58:59 +0200
committerPete Bacon Darwin2013-10-25 22:16:35 +0100
commit9bf9c236cf5364ed7bfe01b770444eb9c3ef5450 (patch)
tree0412cb8d4c9789097f695d37f127c26cd56d1e52 /src/ng/compile.js
parent28bf357553aeeea695c8eefd0fa133bb945a853f (diff)
downloadangular.js-9bf9c236cf5364ed7bfe01b770444eb9c3ef5450.tar.bz2
docs(compile): fix typo in 'Attributes' description
Closes #4589
Diffstat (limited to 'src/ng/compile.js')
-rw-r--r--src/ng/compile.js2
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">