docs(plugins): fix typo (#1621)

This commit is contained in:
Timo Clasen
2025-08-05 17:16:47 -05:00
committed by GitHub
parent 677fb6032b
commit 1a0e7f1e63
@@ -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.
---