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.