summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/ko/tools.mdx
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-02-10 13:59:14 -0600
committeropencode <[email protected]>2026-02-10 20:22:30 +0000
commitfd5531316f858b77274e26975796aec41ba5128c (patch)
tree6337bc388da712e35b24e3bf6bdf903b21cecfa4 /packages/web/src/content/docs/ko/tools.mdx
parentfbc41475b403a23f004f63289b264c224b9d6b2f (diff)
downloadopencode-fd5531316f858b77274e26975796aec41ba5128c.tar.gz
opencode-fd5531316f858b77274e26975796aec41ba5128c.zip
fix(docs): locale translations
Diffstat (limited to 'packages/web/src/content/docs/ko/tools.mdx')
-rw-r--r--packages/web/src/content/docs/ko/tools.mdx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/ko/tools.mdx b/packages/web/src/content/docs/ko/tools.mdx
index 630e5a26f..44f507077 100644
--- a/packages/web/src/content/docs/ko/tools.mdx
+++ b/packages/web/src/content/docs/ko/tools.mdx
@@ -47,7 +47,7 @@ description: Manage the tools an LLM can use.
###### bash
-프로젝트 환경에서 쉘 명령을 실행합니다.
+프로젝트 환경에서 shell 명령을 실행합니다.
```json title="opencode.json" {4}
{
@@ -58,7 +58,7 @@ description: Manage the tools an LLM can use.
}
```
-이 도구는 `npm install`, `git status` 또는 다른 쉘 명령과 같은 terminal 명령을 실행하는 LLM을 허용합니다.
+이 도구는 `npm install`, `git status` 또는 다른 shell 명령과 같은 terminal 명령을 실행하는 LLM을 허용합니다.
---