aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stewart2013-08-05 11:00:45 +0200
committerPete Bacon Darwin2013-08-06 16:31:11 +0100
commitc18074a3104fc31d39f91c6a70b81cc2081184c4 (patch)
treee62c4b2a78518d4a1d9114ee2990d8e5fe55529e
parented703d8e2c2d4c2f91fcd22ff319a2348f734ee6 (diff)
downloadangular.js-c18074a3104fc31d39f91c6a70b81cc2081184c4.tar.bz2
docs(compile): fix minor spelling mistake
Closes: #3468
-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 cfdaddf9..04689268 100644
--- a/src/ng/compile.js
+++ b/src/ng/compile.js
@@ -166,7 +166,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>).