Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(compile): fix minor spelling mistake
Browse files Browse the repository at this point in the history
Closes: #3468
  • Loading branch information
hcientist authored and petebacondarwin committed Aug 6, 2013
1 parent ed703d8 commit c18074a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>).
Expand Down

0 comments on commit c18074a

Please sign in to comment.