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

Commit d506b8a

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

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)