diff options
| author | David Burrows | 2014-01-02 16:59:48 +0000 | 
|---|---|---|
| committer | Igor Minar | 2014-01-02 16:08:51 -0800 | 
| commit | 53ec33f07fd75d76fc5109c0b24c86aa25219058 (patch) | |
| tree | 82edf885ae6ad142c9e7d2f18997782f49fedb08 /src/ng/compile.js | |
| parent | 884ef0dbcdfe614cedc824d079361b53e675d033 (diff) | |
| download | angular.js-53ec33f07fd75d76fc5109c0b24c86aa25219058.tar.bz2 | |
docs($compile): fix typo
Closes #5599
Diffstat (limited to 'src/ng/compile.js')
| -rw-r--r-- | src/ng/compile.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/compile.js b/src/ng/compile.js index 9285b253..77a13ab2 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -24,7 +24,7 @@   * @function   *   * @description - * Compiles a piece of HTML string or DOM into a template and produces a template function, which + * Compiles an HTML string or DOM into a template and produces a template function, which   * can then be used to link {@link ng.$rootScope.Scope `scope`} and the template together.   *   * The compilation is a process of walking the DOM tree and matching DOM elements to | 
