Skip to content

Commit 01d4a1c

Browse files
trevorahfacebook-github-bot
authored andcommitted
fixed typo in "linking" docs
Summary: Fixing a typo found via https://facebook.github.io/react-native/docs/linking.html n/a (they're docs) Closes facebook#13440 Differential Revision: D4875315 Pulled By: javache fbshipit-source-id: 919cf263dba5fb3e8eda6b5181b7b88e1698ef6f
1 parent a6df7a6 commit 01d4a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Linking/Linking.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const LinkingManager = Platform.OS === 'android' ?
5858
* NOTE: On iOS you'll need to link `RCTLinking` to your project by following
5959
* the steps described [here](docs/linking-libraries-ios.html#manual-linking).
6060
* In case you also want to listen to incoming app links during your app's
61-
* execution you'll need to add the following lines to you `*AppDelegate.m`:
61+
* execution you'll need to add the following lines to your `*AppDelegate.m`:
6262
*
6363
* ```
6464
* #import <React/RCTLinkingManager.h>

0 commit comments

Comments
 (0)