Skip to content

Commit

Permalink
docs(tabs): fix closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego authored and adamdbradley committed Nov 30, 2016
1 parent 645e712 commit 3fd9a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tabs/tab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>
* ```
*
Expand Down

0 comments on commit 3fd9a20

Please sign in to comment.