docs($compile): fix typo 'default' spelling

Change spelling of 'defualt' to 'default'

Closes #8476
This commit is contained in:
Andrew Silluron
2014-08-04 15:39:49 -07:00
committed by Caitlin Potter
parent acf38b382b
commit 7085b2bcac

View File

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