Edit intro.mdx using inpage editor

Summary:
This diff has been automatically generated by the inpage editor.
                        If you want to update this diff, go through the preview link that would be attached to the test plan.
                        Please ensure you are editing the same page that was used to create this diff.

Reviewed By: nikoant

Differential Revision: D34249537

fbshipit-source-id: cc64c219d3400633af7bbcb5ab002c13dfb83899
This commit is contained in:
Xin Yue
2022-02-16 11:33:05 -08:00
committed by Facebook GitHub Bot
parent 63cec41e29
commit 9833105764

View File

@@ -9,7 +9,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
Flipper was designed with extensibility in mind from the start to enable engineers to quickly build quality, easy-to-use tools for their own needs and applications.
In addition to building plugins for the existing platforms, you can also extend the capabilities of Flipper to other platforms by conforming to the `FlipperClient` API. After this, you can make use of the existing desktop plugins by writing client plugins that conform to the same API.
In this tutorial, we show you how how easy it is to build a Flipper plugin
In this tutorial, we show you how easy it is to build a Flipper plugin
for Android and iOS that extracts data from your native application and
displays it in the desktop app.