diff options
| author | Dave Peticolas | 2013-09-20 15:54:14 -0700 | 
|---|---|---|
| committer | Brian Ford | 2013-09-27 13:07:01 -0700 | 
| commit | 679d418a50d302f70fc2003cef8cdb6b80da7982 (patch) | |
| tree | 25f0ff8b7d5858468633bc4fc96c1bfcf10e47f4 | |
| parent | 16d247b386783facd7c45de19339a29637dabac9 (diff) | |
| download | angular.js-679d418a50d302f70fc2003cef8cdb6b80da7982.tar.bz2 | |
docs(dblClick): fix grammar
| -rw-r--r-- | src/ng/directive/ngEventDirs.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/ng/directive/ngEventDirs.js b/src/ng/directive/ngEventDirs.js index 8c7d070d..4454226f 100644 --- a/src/ng/directive/ngEventDirs.js +++ b/src/ng/directive/ngEventDirs.js @@ -58,11 +58,11 @@ forEach(   * @name ng.directive:ngDblclick   *   * @description - * The `ngDblclick` directive allows you to specify custom behavior on dblclick event. + * The `ngDblclick` directive allows you to specify custom behavior on a dblclick event.   *   * @element ANY   * @param {expression} ngDblclick {@link guide/expression Expression} to evaluate upon - * dblclick. (Event object is available as `$event`) + * a dblclick. (The Event object is available as `$event`)   *   * @example   * See {@link ng.directive:ngClick ngClick} | 
