diff --git a/src/ng/compile.js b/src/ng/compile.js
index 340263b31918..91cf155edbbc 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
).