From ac5105b198282139f184eb30a9850e9e212e0acf Mon Sep 17 00:00:00 2001
From: Michael Stewart
Date: Mon, 5 Aug 2013 11:00:45 +0200
Subject: docs(compile): fix minor spelling mistake
Closes: #3468
---
src/ng/compile.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src')
diff --git a/src/ng/compile.js b/src/ng/compile.js
index 340263b3..91cf155e 100644
--- a/src/ng/compile.js
+++ b/src/ng/compile.js
@@ -168,7 +168,7 @@ function $CompileProvider($provide) {
* @function
*
* @description
- * Register a new directives with the compiler.
+ * Register a new directive with the compiler.
*
* @param {string} name Name of the directive in camel-case. (ie ngBind which will match as
* ng-bind).
--
cgit v1.2.3