summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-08-05 12:55:57 -0400
committerJay V <[email protected]>2025-08-05 12:55:57 -0400
commit6ed774ef62a2137ad64ad53d3708c7b3f6871615 (patch)
treee762e62224cf9b592ebafc5ad98320ea94681d97 /packages/web/src/content/docs
parent5e825a4b6a47999e18295ad64f99d59d282c6966 (diff)
downloadopencode-6ed774ef62a2137ad64ad53d3708c7b3f6871615.tar.gz
opencode-6ed774ef62a2137ad64ad53d3708c7b3f6871615.zip
docs: edit
Diffstat (limited to 'packages/web/src/content/docs')
-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.
---