From 0478198e2b90598c9cc0c444ad4f46b97fa03e38 Mon Sep 17 00:00:00 2001 From: Blake Johnston Date: Fri, 24 Jul 2015 19:40:09 -0500 Subject: [PATCH] docs($compile): pluralize DOM element Previous description includes singular `collection of DOM element`. Current change revises `element` to be plural. --- src/ng/compile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/compile.js b/src/ng/compile.js index 7a926f309fdc..45044087f730 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -433,7 +433,7 @@ * * ### Transclusion * - * Transclusion is the process of extracting a collection of DOM element from one part of the DOM and + * Transclusion is the process of extracting a collection of DOM elements from one part of the DOM and * copying them to another part of the DOM, while maintaining their connection to the original AngularJS * scope from where they were taken. *