Skip to content

Commit e64a58e

Browse files
johnstonbl01Narretz
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 7dc2d6b commit e64a58e

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

0 commit comments

Comments
 (0)