Skip to content

Commit 381d0cc

Browse files
jdavisp3jamesdaily
authored andcommitted
docs(ngClass): fix grammar
Closes angular#4061
1 parent 9df2e3f commit 381d0cc

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)