diff options
| author | Michael Stewart | 2013-08-05 11:00:45 +0200 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-08-06 16:30:55 +0100 | 
| commit | ac5105b198282139f184eb30a9850e9e212e0acf (patch) | |
| tree | 00e6018ebd8b34c31e728488fa18318d1f455b8c /src | |
| parent | 285f6b4ec643e1c6304cd685d26dabb8cdc0e5c6 (diff) | |
| download | angular.js-ac5105b198282139f184eb30a9850e9e212e0acf.tar.bz2 | |
docs(compile): fix minor spelling mistake
Closes: #3468
Diffstat (limited to 'src')
| -rw-r--r-- | src/ng/compile.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/compile.js b/src/ng/compile.js index 340263b3..91cf155e 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 <code>ngBind</code> which will match as     *                <code>ng-bind</code>). | 
