Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 76a0eb8

Browse files
asilluroncaitp
authored andcommitted
docs($compile): fix typo 'default' spelling
Change spelling of 'defualt' to 'default' Closes #8476
1 parent ee57b4c commit 76a0eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/compile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
*
215215
* #### `template`
216216
* HTML markup that may:
217-
* * Replace the contents of the directive's element (defualt).
217+
* * Replace the contents of the directive's element (default).
218218
* * Replace the directive's element itself (if `replace` is true - DEPRECATED).
219219
* * Wrap the contents of the directive's element (if `transclude` is true).
220220
*

0 commit comments

Comments
 (0)