Skip to content
Permalink
Browse files

docs($compile): fix spelling

Closes #10296
  • Loading branch information
darul75 authored and pkozlowski-opensource committed Dec 2, 2014
1 parent 1b640f9 commit cc0fbe37d4ff5215c2696bc0f0e583b98ddfa3bd
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/ng/compile.js
@@ -115,7 +115,7 @@
* #### `multiElement`
* When this property is set to true, the HTML compiler will collect DOM nodes between
* nodes with the attributes `directive-name-start` and `directive-name-end`, and group them
* together as the directive elements. It is recomended that this feature be used on directives
* together as the directive elements. It is recommended that this feature be used on directives
* which are not strictly behavioural (such as {@link ngClick}), and which
* do not manipulate or replace child nodes (such as {@link ngInclude}).
*

0 comments on commit cc0fbe3

Please sign in to comment.
You can’t perform that action at this time.