From 88a84a4d9f246b3f73aef9689165c0f9ce342fcc Mon Sep 17 00:00:00 2001 From: IdaszakDaniel Date: Tue, 2 Jun 2020 09:35:13 -0700 Subject: [PATCH] Fix typo in React Native doc (#1205) Summary: Fix typo in React Native doc ## Changelog N/A Pull Request resolved: https://github.com/facebook/flipper/pull/1205 Test Plan: N/A Reviewed By: passy Differential Revision: D21838116 Pulled By: mweststrate fbshipit-source-id: ca18f3c7e6780a5ea4c29c24e270fcd6fc57feec --- docs/features/react-native.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/react-native.mdx b/docs/features/react-native.mdx index b0e4b67a2..ac6085e0a 100644 --- a/docs/features/react-native.mdx +++ b/docs/features/react-native.mdx @@ -30,7 +30,7 @@ The Logs plugins will allow you to search, filter and even put watch expressions ## Native plugins for React Native -Beyond the React Native specific Flipper plugins described above, with Flipper you will also inherit the plugin eco-system that exists for native Android and iOS apps. This means that you will be able to use plugins that are aimed at native apps for your React Native app as will. Example plugins include: +Beyond the React Native specific Flipper plugins described above, with Flipper you will also inherit the plugin eco-system that exists for native Android and iOS apps. This means that you will be able to use plugins that are aimed at native apps for your React Native app as well. Example plugins include: * Device logs * Device crash reporter