From 9833105764b4504f87978d320d5695c611084850 Mon Sep 17 00:00:00 2001 From: Xin Yue Date: Wed, 16 Feb 2022 11:33:05 -0800 Subject: [PATCH] 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 --- docs/tutorial/intro.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/intro.mdx b/docs/tutorial/intro.mdx index d78f257ad..26c54dee6 100644 --- a/docs/tutorial/intro.mdx +++ b/docs/tutorial/intro.mdx @@ -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.