diff options
| author | adam77 | 2013-11-26 11:44:34 +1300 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-11-26 06:56:38 +0000 | 
| commit | e8d8c7a8d773ec662c3d005bc434f356f96fd807 (patch) | |
| tree | 1f5e2191079e649b5b230c31b93bc4871dfec7a5 /src/ng/compile.js | |
| parent | 7a91d7fa7e9e5156c728288e6ec66512fb70a693 (diff) | |
| download | angular.js-e8d8c7a8d773ec662c3d005bc434f356f96fd807.tar.bz2 | |
docs(compile): fix typo
Closes #5133
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 4eb12019..13fb9682 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -283,7 +283,7 @@   * </div>   *   * <div class="alert alert-error"> - * **Note:** The `transclude` function that is passed to the compile function is deperecated, as it + * **Note:** The `transclude` function that is passed to the compile function is deprecated, as it   *   e.g. does not know about the right outer scope. Please use the transclude function that is passed   *   to the link function instead.   * </div> | 
