File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -215,10 +215,10 @@ var ngClassDirective = classDirective('', true);
215
215
*
216
216
* @description
217
217
* 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.
220
220
*
221
- * This directive can be applied only within a scope of an
221
+ * This directive can be applied only within the scope of an
222
222
* {@link ng.directive:ngRepeat ngRepeat}.
223
223
*
224
224
* @element ANY
@@ -263,10 +263,10 @@ var ngClassOddDirective = classDirective('Odd', 0);
263
263
*
264
264
* @description
265
265
* 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.
268
268
*
269
- * This directive can be applied only within a scope of an
269
+ * This directive can be applied only within the scope of an
270
270
* {@link ng.directive:ngRepeat ngRepeat}.
271
271
*
272
272
* @element ANY
You can’t perform that action at this time.
0 commit comments