From d61ecf06632664fca94f799ce288d079885516cd Mon Sep 17 00:00:00 2001 From: John Anthony Date: Tue, 18 Oct 2016 06:51:56 +0100 Subject: [PATCH] docs(NgSwitch): fix mismatched tags in example (#12270) --- modules/@angular/common/src/directives/ng_switch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/@angular/common/src/directives/ng_switch.ts b/modules/@angular/common/src/directives/ng_switch.ts index 380be01cf0..b75870e82b 100644 --- a/modules/@angular/common/src/directives/ng_switch.ts +++ b/modules/@angular/common/src/directives/ng_switch.ts @@ -38,7 +38,7 @@ export class SwitchView { * * * - * ...

+ * ... * * ``` * @description