Skip to content

Commit 2efe1c2

Browse files
zzmpcaitp
authored andcommitted
docs(compile): translcuded -> transcluded
Oops. Closes angular#8799
1 parent d8a02f9 commit 2efe1c2

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
@@ -188,7 +188,7 @@
188188
* * `$transclude` - A transclude linking function pre-bound to the correct transclusion scope:
189189
* `function([scope], cloneLinkingFn, futureParentElement)`.
190190
* * `scope`: optional argument to override the scope.
191-
* * `cloneLinkingFn`: optional argument to create clones of the original translcuded content.
191+
* * `cloneLinkingFn`: optional argument to create clones of the original transcluded content.
192192
* * `futureParentElement`:
193193
* * defines the parent to which the `cloneLinkingFn` will add the cloned elements.
194194
* * default: `$element.parent()` resp. `$element` for `transclude:'element'` resp. `transclude:true`.

0 commit comments

Comments
 (0)