From 5cb2008e6c041687a35c9c650ab44d9f85b24338 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Thu, 5 Jan 2017 15:29:21 -0800 Subject: [PATCH] docs(NgPlural): fix API docs Fixes #13786 --- modules/@angular/common/src/directives/ng_plural.ts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 * ``` * - * ... - * ... + * + * * *``` *