aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPowerKiKi2013-02-04 16:01:18 +0900
committerPete Bacon Darwin2013-02-04 10:36:29 +0000
commit6518369f25ba72abf3e0fe6ef34a3ae1034e0088 (patch)
tree8d24a736881e796508b8209678e40ce5df3fa290
parent649b892205615a144dafff9984c0e6ab10ed341d (diff)
downloadangular.js-6518369f25ba72abf3e0fe6ef34a3ae1034e0088.tar.bz2
docs(ngClass): fix typo in description
-rw-r--r--src/ng/directive/ngClass.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/ngClass.js b/src/ng/directive/ngClass.js
index 76b0ed57..79c55d7a 100644
--- a/src/ng/directive/ngClass.js
+++ b/src/ng/directive/ngClass.js
@@ -65,7 +65,7 @@ function classDirective(name, selector) {
*
* The directive won't add duplicate classes if a particular class was already set.
*
- * When the expression changes, the previously added classes are removed and only then the classes
+ * When the expression changes, the previously added classes are removed and only then the
* new classes are added.
*
* @element ANY