diff --git a/packages/web/src/content/docs/docs/plugins.mdx b/packages/web/src/content/docs/docs/plugins.mdx index 6c4ee354..1bd66277 100644 --- a/packages/web/src/content/docs/docs/plugins.mdx +++ b/packages/web/src/content/docs/docs/plugins.mdx @@ -82,7 +82,7 @@ export const NotificationPlugin = async ({ client, $ }) => { } ``` -We are using `osascript` to run AppleScript on macOS. Here we are using it to sends notifications. +We are using `osascript` to run AppleScript on macOS. Here we are using it to send notifications. ---