Fix typo in react-native.mdx (#3243)

Summary:
integate -> integrate

## Changelog

Pull Request resolved: https://github.com/facebook/flipper/pull/3243

Test Plan:
Imported from GitHub, without a `Test Plan:` line.

**Static Docs Preview: flipper**
|[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D33457726/V2/flipper/)|

|**Modified Pages**|
|[docs/getting-started/react-native](https://our.intern.facebook.com/intern/staticdocs/eph/D33457726/V2/flipper/docs/getting-started/react-native/)|

Reviewed By: mweststrate

Differential Revision: D33457726

Pulled By: passy

fbshipit-source-id: 13669c60a4ac1d95b2a2a37091c5874e45e74fa0
This commit is contained in:
Alexa Nguyen
2022-01-07 01:53:47 -08:00
committed by Facebook GitHub Bot
parent e8dd7ffcc0
commit 3b2639bb12

View File

@@ -43,7 +43,7 @@ iOS:
## Manual Setup
If you are not using a default React Native template or cannot use the upgrade tool,
you can find instructions for how to integate Flipper into your projects in these guides:
you can find instructions for how to integrate Flipper into your projects in these guides:
- <a href={useBaseUrl("/docs/getting-started/react-native-android")}>React Native for Android</a>
- <a href={useBaseUrl("/docs/getting-started/react-native-ios")}>React Native for iOS</a>