From 706ad760dca3b9e12e72dcee18a3951bda64b8b9 Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Thu, 14 Jul 2022 10:07:35 -0700 Subject: [PATCH] Edit desktop-plugin-structure.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: passy Differential Revision: D37853011 fbshipit-source-id: 1d68d5a80b30bb1b1cdf5703272717dadbe3a977 --- docs/extending/desktop-plugin-structure.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extending/desktop-plugin-structure.mdx b/docs/extending/desktop-plugin-structure.mdx index bb7ff2f3e..77ad3aec7 100644 --- a/docs/extending/desktop-plugin-structure.mdx +++ b/docs/extending/desktop-plugin-structure.mdx @@ -96,7 +96,7 @@ The following are important attributes of `package.json`: * `bugs` - specify an email and/or URL where plugin bugs should be reported. -In `index.tsx` you define the plugin in JavaScript, as shwon in the following example: +In `index.tsx` you define the plugin in JavaScript, as shown in the following example: ```js export function plugin(client) {