Kaynağa Gözat

docs(plugins): fix typo (#1621)

Timo Clasen 1 yıl önce
ebeveyn
işleme
1a0e7f1e63

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