docs(plugins): fix typo (#1621)

This commit is contained in:
Timo Clasen
2025-08-06 00:16:47 +02:00
committed by GitHub
parent 677fb6032b
commit 1a0e7f1e63

View File

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