From 3fd9a205d7c23dcd92b5b12b53a0fd1a712c54f8 Mon Sep 17 00:00:00 2001 From: Diego Date: Wed, 30 Nov 2016 00:29:08 -0300 Subject: [PATCH] docs(tabs): fix closing tag --- src/components/tabs/tab.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tabs/tab.ts b/src/components/tabs/tab.ts index 17065cb8b18..77c66cf6e61 100644 --- a/src/components/tabs/tab.ts +++ b/src/components/tabs/tab.ts @@ -35,7 +35,7 @@ import { ViewController } from '../../navigation/view-controller'; * * ```html * - * + * * * ``` *