summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/ar/web.mdx
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-02-11 14:42:53 -0600
committerAdam <[email protected]>2026-02-11 18:51:50 -0600
commit8eea53a41e92257d1a4ad6653d0d2930465bf34a (patch)
treef2c679253b4448bd74a7a833c2c7f4d7ee75081d /packages/web/src/content/docs/ar/web.mdx
parent3befd0c6c57d15369b3177e7d64dd7658ca5ab6a (diff)
downloadopencode-8eea53a41e92257d1a4ad6653d0d2930465bf34a.tar.gz
opencode-8eea53a41e92257d1a4ad6653d0d2930465bf34a.zip
docs(ar): second-pass localization cleanup
Diffstat (limited to 'packages/web/src/content/docs/ar/web.mdx')
-rw-r--r--packages/web/src/content/docs/ar/web.mdx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/ar/web.mdx b/packages/web/src/content/docs/ar/web.mdx
index 03f67b3d2..30df06876 100644
--- a/packages/web/src/content/docs/ar/web.mdx
+++ b/packages/web/src/content/docs/ar/web.mdx
@@ -113,10 +113,10 @@ OPENCODE_SERVER_PASSWORD=secret opencode web
يمكنك إرفاق واجهة terminal (TUI) بخادم ويب قيد التشغيل:
```bash
-# Start the web server
+# ابدأ خادم الويب
opencode web --port 4096
-# In another terminal, attach the TUI
+# في محطة طرفية أخرى، اربط TUI
opencode attach http://localhost:4096
```