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 ee57b4c26b
commit 76a0eb89fb

View File

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