Documentation typo – missing word
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
This commit is contained in:
parent
6321ad486b
commit
a49558def8
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue