diff options
| author | Timo Clasen <[email protected]> | 2025-08-06 00:16:47 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-05 17:16:47 -0500 |
| commit | 1a0e7f1e63559336f1b9e760c60c1ba874915068 (patch) | |
| tree | 0ebacbdacb4d863f0c0233ae337dfaad93014467 | |
| parent | 677fb6032bfb1f79e62bc7ba6c311f91529ce4e8 (diff) | |
| download | opencode-1a0e7f1e63559336f1b9e760c60c1ba874915068.tar.gz opencode-1a0e7f1e63559336f1b9e760c60c1ba874915068.zip | |
docs(plugins): fix typo (#1621)
| -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 6c4ee354e..1bd662778 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. --- |
