docs(dblClick): fix grammar

This commit is contained in:
Dave Peticolas 2013-09-20 15:54:14 -07:00 committed by Brian Ford
parent 2361572012
commit b891c708cf

View file

@ -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}