diff --git a/src/ng/compile.js b/src/ng/compile.js index 387d6a40..7b2dde88 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -477,7 +477,7 @@ * *
* **Best Practice**: if you intend to add and remove transcluded content manually in your directive - * (by calling the transclude function to get the DOM and and calling `element.remove()` to remove it), + * (by calling the transclude function to get the DOM and calling `element.remove()` to remove it), * then you are also responsible for calling `$destroy` on the transclusion scope. *
*