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
This commit is contained in:
Darren Pottinger
2022-03-29 01:46:43 -07:00
committed by Facebook GitHub Bot
parent ec364b5ef5
commit 52483618b3

View File

@@ -6,7 +6,7 @@ sidebar_label: Android with Gradle
import useBaseUrl from '@docusaurus/useBaseUrl'; import useBaseUrl from '@docusaurus/useBaseUrl';
import Link from '@docusaurus/Link'; 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, 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. you can hook up the diagnostics Activity to help you troubleshoot connection issues.