From 3cd9187a266427392a32dbdd6d787deedf46f966 Mon Sep 17 00:00:00 2001 From: Marius Butuc Date: Tue, 1 Sep 2015 08:21:35 -0700 Subject: [PATCH] Fix LinkingIOS docs typo Summary: And yes, just agreed to the Contributor License Agreement (CLA). :+1: Closes https://github.com/facebook/react-native/pull/2483 Github Author: Marius Butuc --- Libraries/LinkingIOS/LinkingIOS.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {