aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Peticolas2013-09-15 21:05:19 -0700
committerPete Bacon Darwin2013-09-16 16:33:51 +0100
commitd17aa84be18fcb4367cc4f8c7b344e08393b206e (patch)
tree5916296f355cd6e6cb0e97fb732e1c4b164c1448
parente87c88914f31656aebda23706a5d6800bc48396d (diff)
downloadangular.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.js4
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