docs(browser-tab): fix method name (#1230)

This commit is contained in:
Swapnil Patwa 2017-03-23 23:48:54 +05:30 committed by Ibby Hadeed
parent b012bb62d7
commit ee40475891

View File

@ -17,7 +17,7 @@ import { Injectable } from '@angular/core';
* *
* if (isAvailable) { * if (isAvailable) {
* *
* browserTab.open('https://ionic.io'); * browserTab.openUrl('https://ionic.io');
* *
* } else { * } else {
* *