Fix a typo in setup.mdx (#3244)

Summary:
Protobut -> Protobuf

## Changelog

Fix a typo in setup.mdx

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

Test Plan:
Imported from GitHub, without a `Test Plan:` line.

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

|**Modified Pages**|

Reviewed By: mweststrate

Differential Revision: D33457730

Pulled By: passy

fbshipit-source-id: 7f8a00e3239edb01afa4e6ebe2b77f1fe63ad865
This commit is contained in:
Huy Nguyen
2022-01-07 02:01:03 -08:00
committed by Facebook GitHub Bot
parent 3b2639bb12
commit 81aa1bb8f3

View File

@@ -96,6 +96,6 @@ client?.add(FlipperKitNetworkPlugin(networkAdapter: SKIOSNetworkAdapter()))
</TabItem>
</Tabs>
## Protobut + Retrofit Setup
## Protobuf + Retrofit Setup
<ProtobufRetrofitSetup />