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.