summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/web/src/content/docs/docs/plugins.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/docs/plugins.mdx b/packages/web/src/content/docs/docs/plugins.mdx
index 5e2faf6e0..6c4ee354e 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.
---