diff options
| author | Dave Peticolas | 2013-09-19 22:20:51 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-20 20:47:13 +0100 | 
| commit | 88317a2888b742894c7942896dc038159f8e1afb (patch) | |
| tree | 308783b2e400efe0ffd00dc2ef304243b4048c73 | |
| parent | 602e226d36e04ccd1fa69e2cb5e3f23a48a2cf40 (diff) | |
| download | angular.js-88317a2888b742894c7942896dc038159f8e1afb.tar.bz2 | |
docs(ngClass): fix grammar
Closes #4061
| -rw-r--r-- | src/ng/directive/ngClass.js | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ng/directive/ngClass.js b/src/ng/directive/ngClass.js index 7812e7d2..04b0b642 100644 --- a/src/ng/directive/ngClass.js +++ b/src/ng/directive/ngClass.js @@ -215,10 +215,10 @@ var ngClassDirective = classDirective('', true);   *   * @description   * The `ngClassOdd` and `ngClassEven` directives work exactly as - * {@link ng.directive:ngClass ngClass}, except it works in - * conjunction with `ngRepeat` and takes affect only on odd (even) rows. + * {@link ng.directive:ngClass ngClass}, except they work in + * conjunction with `ngRepeat` and take effect only on odd (even) rows.   * - * This directive can be applied only within a scope of an + * This directive can be applied only within the scope of an   * {@link ng.directive:ngRepeat ngRepeat}.   *   * @element ANY @@ -263,10 +263,10 @@ var ngClassOddDirective = classDirective('Odd', 0);   *   * @description   * The `ngClassOdd` and `ngClassEven` directives work exactly as - * {@link ng.directive:ngClass ngClass}, except it works in - * conjunction with `ngRepeat` and takes affect only on odd (even) rows. + * {@link ng.directive:ngClass ngClass}, except they work in + * conjunction with `ngRepeat` and take effect only on odd (even) rows.   * - * This directive can be applied only within a scope of an + * This directive can be applied only within the scope of an   * {@link ng.directive:ngRepeat ngRepeat}.   *   * @element ANY  | 
