Jay V преди 6 месеца
родител
ревизия
6ed774ef62
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/web/src/content/docs/docs/plugins.mdx

+ 1 - 1
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.
 
 ---