mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
docs(tabs): fix closing tag
This commit is contained in:
@ -35,7 +35,7 @@ import { ViewController } from '../../navigation/view-controller';
|
|||||||
*
|
*
|
||||||
* ```html
|
* ```html
|
||||||
* <ion-tabs>
|
* <ion-tabs>
|
||||||
* <ion-tab [root]="chatRoot" tabTitle="Chat" tabIcon="chat"><ion-tab>
|
* <ion-tab [root]="chatRoot" tabTitle="Chat" tabIcon="chat"></ion-tab>
|
||||||
* </ion-tabs>
|
* </ion-tabs>
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user