From a49558def830a22a833363ac4e4a46b2d7fc0674 Mon Sep 17 00:00:00 2001 From: Jim Remsik Date: Wed, 1 Jun 2016 00:54:40 -0700 Subject: [PATCH] =?UTF-8?q?Documentation=20typo=20=E2=80=93=20missing=20wo?= =?UTF-8?q?rd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Adds a word to enhance readability. Closes https://github.com/facebook/react-native/pull/7867 Differential Revision: D3370881 Pulled By: nicklockwood fbshipit-source-id: e3555a859dd3a44f2b9d12a22d1a2366a6a8097f --- 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 6bafe4ec9c0..22179410958 100644 --- a/Libraries/Linking/Linking.js +++ b/Libraries/Linking/Linking.js @@ -42,7 +42,7 @@ const LinkingManager = Platform.OS === 'android' ? * ``` * * NOTE: For instructions on how to add support for deep linking on Android, - * refer [Enabling Deep Links for App Content - Add Intent Filters for Your Deep Links](http://developer.android.com/training/app-indexing/deep-linking.html#adding-filters). + * refer to [Enabling Deep Links for App Content - Add Intent Filters for Your Deep Links](http://developer.android.com/training/app-indexing/deep-linking.html#adding-filters). * * NOTE: On iOS you'll need to link `RCTLinking` to your project by following * the steps described [here](docs/linking-libraries-ios.html#manual-linking).