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

Commit 7085b2b

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

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
@@ -234,7 +234,7 @@
234234
*
235235
* #### `template`
236236
* HTML markup that may:
237-
* * Replace the contents of the directive's element (defualt).
237+
* * Replace the contents of the directive's element (default).
238238
* * Replace the directive's element itself (if `replace` is true - DEPRECATED).
239239
* * Wrap the contents of the directive's element (if `transclude` is true).
240240
*

0 commit comments

Comments
 (0)