docs(compile): fix minor spelling mistake

Closes: #3468
This commit is contained in:
Michael Stewart 2013-08-05 11:00:45 +02:00 committed by Pete Bacon Darwin
parent 285f6b4ec6
commit ac5105b198

View file

@ -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>).