aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Stewart2013-08-05 11:00:45 +0200
committerPete Bacon Darwin2013-08-06 16:30:55 +0100
commitac5105b198282139f184eb30a9850e9e212e0acf (patch)
tree00e6018ebd8b34c31e728488fa18318d1f455b8c /src
parent285f6b4ec643e1c6304cd685d26dabb8cdc0e5c6 (diff)
downloadangular.js-ac5105b198282139f184eb30a9850e9e212e0acf.tar.bz2
docs(compile): fix minor spelling mistake
Closes: #3468
Diffstat (limited to 'src')
-rw-r--r--src/ng/compile.js2
1 files changed, 1 insertions, 1 deletions
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 <code>ngBind</code> which will match as
* <code>ng-bind</code>).