From 47c1b7e4649a3798385e8585e906890a188d30ec Mon Sep 17 00:00:00 2001 From: Kevin Strider Date: Tue, 17 May 2022 08:46:47 -0700 Subject: [PATCH] Android.mdx (Creating Plugins - Building an Android Plugin) Summary: Minor change to end of the page. Reviewed By: lblasa Differential Revision: D36411616 fbshipit-source-id: 2792144d89bd657c457b8f5ff685d200c5f8c946 --- docs/tutorial/android.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/tutorial/android.mdx b/docs/tutorial/android.mdx index 5daec0cc5..34d9d33a1 100644 --- a/docs/tutorial/android.mdx +++ b/docs/tutorial/android.mdx @@ -96,5 +96,4 @@ flipperClient.start() ## Next step -When starting your application, Flipper tells the desktop application about the plugin it supports (including 'Sea-mammals') and looks for a corresponding JavaScript plugin by that name. -The next step is to [build that JavaScript plugin](javascript.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 that name.