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

Commit 9bf9c23

Browse files
BrainCrumbzpetebacondarwin
authored andcommitted
docs(compile): fix typo in 'Attributes' description
Closes #4589
1 parent 28bf357 commit 9bf9c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/compile.js

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

0 commit comments

Comments
 (0)