diff options
| author | Dave Peticolas | 2013-09-15 21:05:19 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-16 16:24:25 +0100 | 
| commit | bd478db770f36597b7bea8382c5b5f2d5a001ac8 (patch) | |
| tree | cfb865e6762894b8d736a4a258856896e69e9660 /src | |
| parent | d241438d49c860e97ff34ce2c08f750462132fc2 (diff) | |
| download | angular.js-bd478db770f36597b7bea8382c5b5f2d5a001ac8.tar.bz2 | |
docs(api): fix grammar in ngClick description
- Add missing word 'directive'.
- Add missing word 'an'.
Diffstat (limited to 'src')
| -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 78d28b59..b706a18d 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  | 
