Skip to content

Commit 6518369

Browse files
PowerKiKipetebacondarwin
authored andcommitted
docs(ngClass): fix typo in description
1 parent 649b892 commit 6518369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngClass.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function classDirective(name, selector) {
6565
*
6666
* The directive won't add duplicate classes if a particular class was already set.
6767
*
68-
* When the expression changes, the previously added classes are removed and only then the classes
68+
* When the expression changes, the previously added classes are removed and only then the
6969
* new classes are added.
7070
*
7171
* @element ANY

0 commit comments

Comments
 (0)