diff --git a/Libraries/LinkingIOS/LinkingIOS.js b/Libraries/LinkingIOS/LinkingIOS.js index 84960ff32..494091190 100644 --- a/Libraries/LinkingIOS/LinkingIOS.js +++ b/Libraries/LinkingIOS/LinkingIOS.js @@ -30,7 +30,7 @@ var DEVICE_NOTIF_EVENT = 'openURL'; * * #### Handling deep links * - * If your app was launched from a external url registered to your app you can + * If your app was launched from an external url registered to your app you can * access and handle it from any component you want with * * ``` @@ -127,7 +127,7 @@ class LinkingIOS { } /** - * Determine wether or not the an installed app can handle a given `url` + * Determine wether or not an installed app can handle a given `url` * The callback function will be called with `bool supported` as the only argument */ static canOpenURL(url: string, callback: Function) {