Skip to content

Commit

Permalink
docs(compile): translcuded -> transcluded
Browse files Browse the repository at this point in the history
Oops.

Closes angular#8799
  • Loading branch information
zzmp authored and caitp committed Aug 27, 2014
1 parent d8a02f9 commit 2efe1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
* * `$transclude` - A transclude linking function pre-bound to the correct transclusion scope:
* `function([scope], cloneLinkingFn, futureParentElement)`.
* * `scope`: optional argument to override the scope.
* * `cloneLinkingFn`: optional argument to create clones of the original translcuded content.
* * `cloneLinkingFn`: optional argument to create clones of the original transcluded content.
* * `futureParentElement`:
* * defines the parent to which the `cloneLinkingFn` will add the cloned elements.
* * default: `$element.parent()` resp. `$element` for `transclude:'element'` resp. `transclude:true`.
Expand Down

0 comments on commit 2efe1c2

Please sign in to comment.