diff options
Diffstat (limited to 'packages/web/src/content/docs/ja/tools.mdx')
| -rw-r--r-- | packages/web/src/content/docs/ja/tools.mdx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/web/src/content/docs/ja/tools.mdx b/packages/web/src/content/docs/ja/tools.mdx index 1a11bff0f..777fa9f87 100644 --- a/packages/web/src/content/docs/ja/tools.mdx +++ b/packages/web/src/content/docs/ja/tools.mdx @@ -45,9 +45,9 @@ OpenCode で利用可能なすべての組み込みツールを次に示しま� --- -### バッシュ +### Bash -プロジェクト環境でシェル コマンドを実行します。 +プロジェクト環境でshell コマンドを実行します。 ```json title="opencode.json" {4} { @@ -58,7 +58,7 @@ OpenCode で利用可能なすべての組み込みツールを次に示しま� } ``` -このツールを使用すると、LLM は `npm install`、`git status`、またはその他のシェル コマンドなどの端末コマンドを実行できます。 +このツールを使用すると、LLM は `npm install`、`git status`、またはその他のshell コマンドなどのterminalコマンドを実行できます。 --- |
