Skip to content

Commit 138bb7e

Browse files
committed
Fix typo
1 parent ac132fc commit 138bb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-7.x/deep-linking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const linking = {
9999

100100
Let's configure the native iOS app to open based on the `example://` URI scheme.
101101

102-
You'll need to add the LinkingIOS folder into your header search paths as described [here](https://reactnative.dev/docs/linking-libraries-ios#step-3). Then you'll need to add the following lines to your or `AppDelegate.swift` or `AppDelegate.mm` file:
102+
You'll need to add the `LinkingIOS` folder into your header search paths as described [here](https://reactnative.dev/docs/linking-libraries-ios#step-3). Then you'll need to add the following lines to your or `AppDelegate.swift` or `AppDelegate.mm` file:
103103

104104
<Tabs>
105105
<TabItem value='swift' label='Swift' default>

0 commit comments

Comments
 (0)