mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(api): fix grammar in ngClick description
- Add missing word 'directive'. - Add missing word 'an'.
This commit is contained in:
parent
d241438d49
commit
bd478db770
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@
|
|||
* @name ng.directive:ngClick
|
||||
*
|
||||
* @description
|
||||
* The ngClick allows you to specify custom behavior when
|
||||
* element is clicked.
|
||||
* The ngClick directive allows you to specify custom behavior when
|
||||
* an element is clicked.
|
||||
*
|
||||
* @element ANY
|
||||
* @param {expression} ngClick {@link guide/expression Expression} to evaluate upon
|
||||
|
|
|
|||
Loading…
Reference in a new issue