diff --git a/modules/@angular/common/src/directives/ng_plural.ts b/modules/@angular/common/src/directives/ng_plural.ts index 0f4aa616e3..b3b85cdc2d 100644 --- a/modules/@angular/common/src/directives/ng_plural.ts +++ b/modules/@angular/common/src/directives/ng_plural.ts @@ -21,10 +21,9 @@ import {SwitchView} from './ng_switch'; * @howToUse * ``` * - * there is nothing - * there is one - * there are a few - * there are exactly # + * + * + * * * ``` * @@ -90,8 +89,8 @@ export class NgPlural { * @howToUse * ``` * - * ... - * ... + * + * * *``` *