Skip to content

Commit 0c9480d

Browse files
teobaisNarretz
authored andcommitted
docs(ngTransclude): add a comma for better reading flow
Closes angular#13385
1 parent 0bc2754 commit 0c9480d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngTransclude.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* You can specify that you want to insert a named transclusion slot, instead of the default slot, by providing the slot name
1212
* as the value of the `ng-transclude` or `ng-transclude-slot` attribute.
1313
*
14-
* Any existing content of the element that this directive is placed on will be removed before the transcluded content is inserted.
14+
* Any existing content of the element that this directive is placed on, will be removed before the transcluded content is inserted.
1515
*
1616
* @element ANY
1717
*

0 commit comments

Comments
 (0)