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