docs(preview): fix button text in nav demo (#15163)

Changed text inside button.
Wrong text: "Go to Page Two"
Correct text "Go to Page Three"
This commit is contained in:
Eduardo Martinez
2018-08-14 10:21:25 -05:00
committed by Brandy Carney
parent d19061c863
commit e92ff8ab55

View File

@ -40,7 +40,7 @@
<h1>Page Two</h1>
<div>
<ion-nav-push component="page-three">
<ion-button class="next">Go to Page Two</ion-button>
<ion-button class="next">Go to Page Three</ion-button>
</ion-nav-push>
</div>
</ion-content>