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 ed703d8e2c
commit c18074a310

View file

@ -166,7 +166,7 @@ function $CompileProvider($provide) {
* @function * @function
* *
* @description * @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 * @param {string} name Name of the directive in camel-case. (ie <code>ngBind</code> which will match as
* <code>ng-bind</code>). * <code>ng-bind</code>).