docs(tabs): fix closing tag

This commit is contained in:
Diego
2016-11-30 00:29:08 -03:00
committed by Adam Bradley
parent 645e712949
commit 3fd9a205d7

View File

@ -35,7 +35,7 @@ import { ViewController } from '../../navigation/view-controller';
*
* ```html
* <ion-tabs>
* <ion-tab [root]="chatRoot" tabTitle="Chat" tabIcon="chat"><ion-tab>
* <ion-tab [root]="chatRoot" tabTitle="Chat" tabIcon="chat"></ion-tab>
* </ion-tabs>
* ```
*