Fix a minor typo inside Android Native documentation (#3989)

Summary:
Just fixing a typo

## Changelog

Fix a minor typo inside Android Native documentation

Pull Request resolved: https://github.com/facebook/flipper/pull/3989

Test Plan:
n/a

**Static Docs Preview: flipper**
|[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D38784228/V2/flipper/)|

|**Modified Pages**|
|[docs/getting-started/android-native](https://our.intern.facebook.com/intern/staticdocs/eph/D38784228/V2/flipper/docs/getting-started/android-native/)|

Reviewed By: cortinico

Differential Revision: D38784228

Pulled By: mweststrate

fbshipit-source-id: 1f1a5d4fb9a6740cb514de97a03de6f2352afb93
This commit is contained in:
Nicola Corti
2022-08-17 08:43:23 -07:00
committed by Facebook GitHub Bot
parent b3b6225a24
commit 2833958488

View File

@@ -35,7 +35,7 @@ dependencies {
The `flipper-noop` package provides a limited subset of the APIs provided by the `flipper` package and does not provide any plugin stubs.
It's recommended that you keep all Flipper instantiation code in a separate build variant to ensure it doesn't accidentally make it into your production builds.
To see how to organise your Flipper initialization into debug and release variants. see thos [sample app](https://github.com/facebook/flipper/tree/main/android/sample/src).
To see how to organise your Flipper initialization into debug and release variants, check this [sample app](https://github.com/facebook/flipper/tree/main/android/sample/src).
Alternatively, have a look at the third-party [flipper-android-no-op](https://github.com/theGlenn/flipper-android-no-op) repository, which provides empty implementations for several Flipper plugins.
:::