From f607828ba7e851fdc991333ac9dbcc864dc45d39 Mon Sep 17 00:00:00 2001 From: Thodoris Bais Date: Wed, 25 Nov 2015 22:20:02 +0200 Subject: [PATCH] docs(ngTransclude): describe your change... --- src/ng/directive/ngTransclude.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/ngTransclude.js b/src/ng/directive/ngTransclude.js index ec31eaf5fc23..4afea0195def 100644 --- a/src/ng/directive/ngTransclude.js +++ b/src/ng/directive/ngTransclude.js @@ -11,7 +11,7 @@ * You can specify that you want to insert a named transclusion slot, instead of the default slot, by providing the slot name * as the value of the `ng-transclude` or `ng-transclude-slot` attribute. * - * Any existing content of the element that this directive is placed on will be removed before the transcluded content is inserted. + * Any existing content of the element that this directive is placed on, will be removed before the transcluded content is inserted. * * @element ANY *