We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b640f9 commit cc0fbe3Copy full SHA for cc0fbe3
src/ng/compile.js
@@ -115,7 +115,7 @@
115
* #### `multiElement`
116
* When this property is set to true, the HTML compiler will collect DOM nodes between
117
* nodes with the attributes `directive-name-start` and `directive-name-end`, and group them
118
- * 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
119
* which are not strictly behavioural (such as {@link ngClick}), and which
120
* do not manipulate or replace child nodes (such as {@link ngInclude}).
121
*
0 commit comments