Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 88317a2

Browse files
jdavisp3petebacondarwin
authored andcommitted
docs(ngClass): fix grammar
Closes #4061
1 parent 602e226 commit 88317a2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/ng/directive/ngClass.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,10 @@ var ngClassDirective = classDirective('', true);
215215
*
216216
* @description
217217
* The `ngClassOdd` and `ngClassEven` directives work exactly as
218-
* {@link ng.directive:ngClass ngClass}, except it works in
219-
* conjunction with `ngRepeat` and takes affect only on odd (even) rows.
218+
* {@link ng.directive:ngClass ngClass}, except they work in
219+
* conjunction with `ngRepeat` and take effect only on odd (even) rows.
220220
*
221-
* This directive can be applied only within a scope of an
221+
* This directive can be applied only within the scope of an
222222
* {@link ng.directive:ngRepeat ngRepeat}.
223223
*
224224
* @element ANY
@@ -263,10 +263,10 @@ var ngClassOddDirective = classDirective('Odd', 0);
263263
*
264264
* @description
265265
* The `ngClassOdd` and `ngClassEven` directives work exactly as
266-
* {@link ng.directive:ngClass ngClass}, except it works in
267-
* conjunction with `ngRepeat` and takes affect only on odd (even) rows.
266+
* {@link ng.directive:ngClass ngClass}, except they work in
267+
* conjunction with `ngRepeat` and take effect only on odd (even) rows.
268268
*
269-
* This directive can be applied only within a scope of an
269+
* This directive can be applied only within the scope of an
270270
* {@link ng.directive:ngRepeat ngRepeat}.
271271
*
272272
* @element ANY

0 commit comments

Comments
 (0)