aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngEventDirs.js
diff options
context:
space:
mode:
authorDave Peticolas2013-09-20 15:54:14 -0700
committerBrian Ford2013-09-27 13:07:01 -0700
commit679d418a50d302f70fc2003cef8cdb6b80da7982 (patch)
tree25f0ff8b7d5858468633bc4fc96c1bfcf10e47f4 /src/ng/directive/ngEventDirs.js
parent16d247b386783facd7c45de19339a29637dabac9 (diff)
downloadangular.js-679d418a50d302f70fc2003cef8cdb6b80da7982.tar.bz2
docs(dblClick): fix grammar
Diffstat (limited to 'src/ng/directive/ngEventDirs.js')
-rw-r--r--src/ng/directive/ngEventDirs.js4
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}