From 1a0e7f1e63559336f1b9e760c60c1ba874915068 Mon Sep 17 00:00:00 2001 From: Timo Clasen Date: Wed, 6 Aug 2025 00:16:47 +0200 Subject: [PATCH] docs(plugins): fix typo (#1621) --- packages/web/src/content/docs/docs/plugins.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ---