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
This commit is contained in:
Lorenzo Blasa
2022-07-14 10:07:35 -07:00
committed by Facebook GitHub Bot
parent 7d936c1ff8
commit 706ad760dc

View File

@@ -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) {