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