From 76a0eb89fbcafea1241e3376c48075ce105bfb2c 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' Closes #8476 --- 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 c317748b..70e10cb5 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -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). *