From 52483618b3b39e9c00976d979907a3b7a91c3e5c Mon Sep 17 00:00:00 2001 From: Darren Pottinger Date: Tue, 29 Mar 2022 01:46:43 -0700 Subject: [PATCH] Minor revision to android-native.mdx (#3574) Summary: Making a small correction in android-native.mdx. ## Changelog Corrected spelling of "neccesary" to "necessary". Pull Request resolved: https://github.com/facebook/flipper/pull/3574 Test Plan: Please view in editor or browser. Reviewed By: aigoncharov Differential Revision: D35210325 Pulled By: mweststrate fbshipit-source-id: 34514d8a833e20af09195553413c2a71aa938d71 --- docs/getting-started/android-native.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/android-native.mdx b/docs/getting-started/android-native.mdx index a5f4ca6fe..7fa594d94 100644 --- a/docs/getting-started/android-native.mdx +++ b/docs/getting-started/android-native.mdx @@ -6,7 +6,7 @@ sidebar_label: Android with Gradle import useBaseUrl from '@docusaurus/useBaseUrl'; import Link from '@docusaurus/Link'; -To set up Flipper for Android, you need to add the neccessary dependencies to your +To set up Flipper for Android, you need to add the necessary dependencies to your app, initialize the Flipper client and enable the plugins you want to use. Optionally, you can hook up the diagnostics Activity to help you troubleshoot connection issues.