From e8d8c7a8d773ec662c3d005bc434f356f96fd807 Mon Sep 17 00:00:00 2001 From: adam77 Date: Tue, 26 Nov 2013 11:44:34 +1300 Subject: docs(compile): fix typo Closes #5133 --- src/ng/compile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/compile.js') 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 @@ * * *
- * **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. *
-- cgit v1.2.3