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
This commit is contained in:
Thiago
2022-06-13 04:05:00 -07:00
committed by Facebook GitHub Bot
parent d987e36c62
commit 28bf342707

View File

@@ -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;