From b7216f3e182034385efa414aacda24ab5c2d8b57 Mon Sep 17 00:00:00 2001 From: Jiajie Zhu Date: Fri, 8 Sep 2017 14:42:02 -0700 Subject: [PATCH] fix flow warning and typo Differential Revision: D5796855 fbshipit-source-id: 455c2539b111e8e7aca44d762cefabf764171beb --- Libraries/Linking/Linking.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Linking/Linking.js b/Libraries/Linking/Linking.js index 6c8c690e7..033a849ae 100644 --- a/Libraries/Linking/Linking.js +++ b/Libraries/Linking/Linking.js @@ -82,7 +82,7 @@ const LinkingManager = Platform.OS === 'android' ? * return [RCTLinkingManager application:application openURL:url options:options]; * } * ``` - * + * * If you're targeting iOS 8.x or older, you can use the following code instead: * * ```