mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-08 09:07:46 +08:00
docs($compile): fix typo 'default' spelling
Change spelling of 'defualt' to 'default' Closes #8476
This commit is contained in:
committed by
Caitlin Potter
parent
ee57b4c26b
commit
76a0eb89fb
@@ -214,7 +214,7 @@
|
||||
*
|
||||
* #### `template`
|
||||
* HTML markup that may:
|
||||
* * Replace the contents of the directive's element (defualt).
|
||||
* * Replace the contents of the directive's element (default).
|
||||
* * Replace the directive's element itself (if `replace` is true - DEPRECATED).
|
||||
* * Wrap the contents of the directive's element (if `transclude` is true).
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user