Skip to content

Commit e1aeb74

Browse files
johnstonbl01netman92
authored andcommitted
docs($compile): pluralize DOM element
Previous description includes singular `collection of DOM element`. Current change revises `element` to be plural. Closes angular#12431
1 parent 5d6140f commit e1aeb74

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
@@ -433,7 +433,7 @@
433433
*
434434
* ### Transclusion
435435
*
436-
* Transclusion is the process of extracting a collection of DOM element from one part of the DOM and
436+
* Transclusion is the process of extracting a collection of DOM elements from one part of the DOM and
437437
* copying them to another part of the DOM, while maintaining their connection to the original AngularJS
438438
* scope from where they were taken.
439439
*

0 commit comments

Comments
 (0)