docs(api): fix grammar in ngClick description

- Add missing word 'directive'.
- Add missing word 'an'.
This commit is contained in:
Dave Peticolas 2013-09-15 21:05:19 -07:00 committed by Pete Bacon Darwin
parent e87c88914f
commit d17aa84be1

View file

@ -5,8 +5,8 @@
* @name ng.directive:ngClick * @name ng.directive:ngClick
* *
* @description * @description
* The ngClick allows you to specify custom behavior when * The ngClick directive allows you to specify custom behavior when
* element is clicked. * an element is clicked.
* *
* @element ANY * @element ANY
* @param {expression} ngClick {@link guide/expression Expression} to evaluate upon * @param {expression} ngClick {@link guide/expression Expression} to evaluate upon