From 3b2639bb12136c8fe2d2741dcd4f8cfb8d0516ea Mon Sep 17 00:00:00 2001 From: Alexa Nguyen Date: Fri, 7 Jan 2022 01:53:47 -0800 Subject: [PATCH] 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 --- docs/getting-started/react-native.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/react-native.mdx b/docs/getting-started/react-native.mdx index a07dda035..8936d146b 100644 --- a/docs/getting-started/react-native.mdx +++ b/docs/getting-started/react-native.mdx @@ -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: - React Native for Android - React Native for iOS