docs(tabs): fix closing tag in usage (#9552)

This commit is contained in:
Dolan
2016-12-08 16:15:32 +00:00
committed by Brandy Carney
parent 8417c51655
commit 2488db5f2d

View File

@ -60,7 +60,7 @@ import { DomController } from '../../util/dom-controller';
*
* ```html
* <ion-tabs>
* <ion-tab [root]="chatRoot" [rootParams]="chatParams" tabTitle="Chat" tabIcon="chat"><ion-tab>
* <ion-tab [root]="chatRoot" [rootParams]="chatParams" tabTitle="Chat" tabIcon="chat"></ion-tab>
* </ion-tabs>
* ```
*