From 28bf34270745f94d719ec6696165ea8fae91e269 Mon Sep 17 00:00:00 2001 From: Thiago Date: Mon, 13 Jun 2022 04:05:00 -0700 Subject: [PATCH] Docs: fix typo (#3803) Summary: Fix typo on word Recommended Update Docs to fix a typo on Manual Android Setup Addresses: - https://github.com/facebook/flipper/issues/3790 ## Changelog Fix typo on Manual Android Setup documentation. Pull Request resolved: https://github.com/facebook/flipper/pull/3803 Test Plan: Not needed. Reviewed By: antonk52 Differential Revision: D37070896 Pulled By: passy fbshipit-source-id: da55e164d23f42f9b53ce3cadcb125b01ebeed81 --- docs/getting-started/react-native-android.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/react-native-android.mdx b/docs/getting-started/react-native-android.mdx index aac83dd40..65e708845 100644 --- a/docs/getting-started/react-native-android.mdx +++ b/docs/getting-started/react-native-android.mdx @@ -37,7 +37,7 @@ These exclusions are currently necessary to avoid some clashes with FBJNI shared ## Application Setup -For maximum flexibility, it's recommwended you move the Flipper initialization to a separate class that lives in a `debug/` folder, so that Flipper code never gets referenced in a release build. +For maximum flexibility, it's recommended you move the Flipper initialization to a separate class that lives in a `debug/` folder, so that Flipper code never gets referenced in a release build. ```java import android.content.Context;