summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/ar/plugins.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs/ar/plugins.mdx')
-rw-r--r--packages/web/src/content/docs/ar/plugins.mdx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/ar/plugins.mdx b/packages/web/src/content/docs/ar/plugins.mdx
index 5191a0ab6..d7c025bbc 100644
--- a/packages/web/src/content/docs/ar/plugins.mdx
+++ b/packages/web/src/content/docs/ar/plugins.mdx
@@ -192,7 +192,7 @@ export const MyPlugin: Plugin = async ({ project, client, $, directory, worktree
- `todo.updated`
-#### أحداث الصدفة
+#### أحداث shell
- `shell.env`
@@ -260,7 +260,7 @@ export const EnvProtection = async ({ project, client, $, directory, worktree })
### حقن متغيرات البيئة
-احقن متغيرات البيئة في جميع عمليات تنفيذ الصدفة (أدوات الذكاء الاصطناعي وطرفيات المستخدم):
+احقن متغيرات البيئة في جميع عمليات تنفيذ shell (أدوات الذكاء الاصطناعي وterminal المستخدم):
```javascript title=".opencode/plugins/inject-env.js"
export const InjectEnvPlugin = async () => {