From 6ed774ef62a2137ad64ad53d3708c7b3f6871615 Mon Sep 17 00:00:00 2001 From: Jay V Date: Tue, 5 Aug 2025 12:55:57 -0400 Subject: [PATCH] docs: edit --- 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 5e2faf6e..6c4ee354 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, $ }) => { } ``` -Here `osascript` is a command that runs on macOS and sends notifications. +We are using `osascript` to run AppleScript on macOS. Here we are using it to sends notifications. ---