aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Peticolas2013-09-20 15:54:14 -0700
committerBrian Ford2013-09-27 13:04:42 -0700
commitb891c708cf1a19dc0744649547d6499f9d217e01 (patch)
treeb22951accaa5b21ebb5c916b5f693899367b9356
parent2361572012ef8689004935da4cecd45337378d3b (diff)
downloadangular.js-b891c708cf1a19dc0744649547d6499f9d217e01.tar.bz2
docs(dblClick): fix grammar
-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 d0bb0c59..bc4222e0 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}