diff options
| author | Jay V <[email protected]> | 2025-08-05 12:55:57 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-08-05 12:55:57 -0400 |
| commit | 6ed774ef62a2137ad64ad53d3708c7b3f6871615 (patch) | |
| tree | e762e62224cf9b592ebafc5ad98320ea94681d97 /packages/web/src/content/docs | |
| parent | 5e825a4b6a47999e18295ad64f99d59d282c6966 (diff) | |
| download | opencode-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.mdx | 2 |
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. --- |
