mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-09 09:00:34 +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
acf38b382b
commit
7085b2bcac
@@ -234,7 +234,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