diff options
| author | Dave Peticolas | 2013-09-15 21:05:19 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-16 16:33:51 +0100 | 
| commit | d17aa84be18fcb4367cc4f8c7b344e08393b206e (patch) | |
| tree | 5916296f355cd6e6cb0e97fb732e1c4b164c1448 | |
| parent | e87c88914f31656aebda23706a5d6800bc48396d (diff) | |
| download | angular.js-d17aa84be18fcb4367cc4f8c7b344e08393b206e.tar.bz2 | |
docs(api): fix grammar in ngClick description
- Add missing word 'directive'.
- Add missing word 'an'.
| -rw-r--r-- | src/ng/directive/ngEventDirs.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/ng/directive/ngEventDirs.js b/src/ng/directive/ngEventDirs.js index ac860ab8..8c7d070d 100644 --- a/src/ng/directive/ngEventDirs.js +++ b/src/ng/directive/ngEventDirs.js @@ -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 | 
