diff --git a/docs/tutorial/ios.mdx b/docs/tutorial/ios.mdx index 5e57c76a7..0ee6daacd 100644 --- a/docs/tutorial/ios.mdx +++ b/docs/tutorial/ios.mdx @@ -83,7 +83,6 @@ client?.add(SeaMammalsPlugin(MarineMammal.defaultList)) client?.start() ``` -## Next step +## What next? -When starting your application, Flipper tells the desktop application about the plugin it supports (including 'Sea-mammals'), looks for a corresponding JavaScript plugin by that name. -Before building it's JavaScript counterpart, the next step in the tutorial is [Building a Plugin in Android](android.mdx). +When starting your application, Flipper tells the desktop application about the plugin it supports (including 'Sea-mammals') and looks for a corresponding [JavaScript plugin](javascript.mdx) by the same name.