docs($compile): fix spelling

Closes #10296
This commit is contained in:
Julien Valéry
2014-12-02 18:14:11 +01:00
committed by Pawel Kozlowski
parent 1b640f9665
commit cc0fbe37d4

View File

@@ -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}).
*