Browse Source

docs(plugins): fix typo (#1621)

Timo Clasen 6 months ago
parent
commit
1a0e7f1e63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/web/src/content/docs/docs/plugins.mdx

+ 1 - 1
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.
 
 ---