From 022534da12e8842c6048ff670f877ffa400f81e7 Mon Sep 17 00:00:00 2001 From: Andrew Silluron Date: Mon, 4 Aug 2014 15:39:49 -0700 Subject: [PATCH] docs($compile): fix typo 'default' spelling Change spelling of 'defualt' to 'default' --- src/ng/compile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/compile.js b/src/ng/compile.js index b6993de0a2a9..c95a1032f06d 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -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). *