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

Commit 6271ac0

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 #12431
1 parent 2d71b5b commit 6271ac0

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)