Skip to content

Commit 28133cb

Browse files
alirezamirianIgorMinar
authored andcommitted
docs($compile): tiny grammar correction
Closes angular#9590
1 parent b747d3b commit 28133cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
* then you must use this transclude function. When you call a transclude function it returns a a jqLite/JQuery
444444
* object that contains the compiled DOM, which is linked to the correct transclusion scope.
445445
*
446-
* When you call a transclusion function you can pass in a **clone attach function**. This function is accepts
446+
* When you call a transclusion function you can pass in a **clone attach function**. This function accepts
447447
* two parameters, `function(clone, scope) { ... }`, where the `clone` is a fresh compiled copy of your transcluded
448448
* content and the `scope` is the newly created transclusion scope, to which the clone is bound.
449449
*

0 commit comments

Comments
 (0)