Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit cc0fbe3

Browse files
darul75pkozlowski-opensource
authored andcommitted
docs($compile): fix spelling
Closes #10296
1 parent 1b640f9 commit cc0fbe3

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
@@ -115,7 +115,7 @@
115115
* #### `multiElement`
116116
* When this property is set to true, the HTML compiler will collect DOM nodes between
117117
* 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
118+
* together as the directive elements. It is recommended that this feature be used on directives
119119
* which are not strictly behavioural (such as {@link ngClick}), and which
120120
* do not manipulate or replace child nodes (such as {@link ngInclude}).
121121
*

0 commit comments

Comments
 (0)